This topic has 5 replies, 2 voices, and was last updated 1 years, 6 months ago ago by Rose Tyler
Hello,
How can we add a scroll option on the static blocks?
We will be adding lots of content on that part and will need a way to show more options via a scrolling option.
Currently there is no way to move it down and you can only see whatever is at the top.
Thank for your help!
Hello PR,
Thank you for contacting us and for using XStore.
Please try to use the next custom CSS code:
.et_b_header-menu .secondary-menu-wrapper .menu li.menu-item-has-children>.menu-static-block {
height: 400px !important;
overflow-y: scroll !important;
}
Kind Regards,
8theme team
Hello Rose,
Thank you!
It works.
Just a few more questions if you do not mind.
1) Will this now work on all the sections we have? Meaning will it work just the same way when we add content into the other “brands”?
2) If we change the code from 400 to lets say 600, will it increase the size of the drop down menu?
Appreciate your help!
Also, once the scroll ends, how can we stop the website from scrolling down etc?
So for example, once the scroll from the menu is done, it just stops?
Hello PR,
1/ The code works for all static blocks in secondary-menu-wrapper.
2/ Yes, you can change 400px to the desired value.
3/ There is no such option, unfortunately.
Kind Regards,
8theme team
Tagged: feature, scrolling, static block, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up