Hello.
My website is the following link: frugalhn.com/america/
1)I’m having trouble modifying Block 1. I have 7 categories on this block, and i need for all of them to be displayed.Remove the dropdown menu completely. Link–>http://www.screencast.com/t/quST9GMi2Z3B
2)I modify the height of the main menu by client’s request. Now when i scroll down on the site at the end it displays a blank section at the end. How can i fix this
link–> http://www.screencast.com/t/3pjY68Di
Hello rapfister,
If you want to remove this drop-down menu, you will have to use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-subcat-dropdown {
display:none!important;
}
The result you should see here -> http://screencast.com/t/OvFYVh8G61md
Also, please notice that this drop down menu with the bar items come from Ajax filter which displays all the categories available for this Block. So, the drop down menu bar appears because these categories are too much and its cannot fit only the first row and that’s why the drop down is created. If you want to remove this you will have to use the above code but please notice that these categories will not appear.
Thanks for your understanding!
HI @catalin,
Thanks for your response. I’ve tried this before. But i need for all the categories to be displayed. Not to disappear. Is it possible somehow??? I want to remove the dropdown, but for all the categories to be displayed. As you can see there is plenty of space for them to be displayed.
Also, my second question wasn’t answered.
Hello rapfister,
Please notice that the width of your Block does not allow to display all your categories in that bar. It is too little space for them, do you understand me? If you want to display all of these categories, you will have to exclude the sidebar for this page for them to be held for display. The theme automatically calculates if these could be displayed in that area and if not, the drop-down bar will appear.
I hope that you understand this process.
Thanks for your understanding!