-
AuthorPosts
-
January 19, 2018 at 11:34 pm #899885
On some pages, I am using a 1/4 grid element with a widget menu instead of a sidebar menu (from looking through the forums, it seems this is the only solution to the problem of the sidebar being pushed down by layout elements).
But the widget menu looks completely different – how do I make it look the same as the other pages using the sidebar menu? Also the sidebar menu background alternates between full menu and submenus depending on the page – is there a setting to turn off the menu background completely? Thank you
January 20, 2018 at 8:52 am #900040Hey Fieldtripper,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.main_color .widget_nav_menu ul:first-child>.current-menu-ancestor { background: #fff; border: none; box-shadow: none; } .main_color #menu-corporations-menu li a { color: #000; }
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 22, 2018 at 9:53 pm #900985That is better – Thank you! There is still a border in between menu elements in the widget menu, and how do I get the vertical border on the left that the sidebar has? Thank you again!
January 23, 2018 at 11:25 am #901377Hi,
Try adding this css code:
.page-id-11 #after_section_1 .content.av-content-full { padding: 0; } .page-id-11 #after_section_1 .content.av-content-full .av_three_fourth { border-right: 1px solid #ededed; padding-right: 3%; padding-top: 50px; } .page-id-11 #after_section_1 .content.av-content-full .av_one_fourth { margin-left: 2.5%; padding-top: 50px; }
Hope this helps :)
Best regards,
NikkoJanuary 24, 2018 at 11:33 pm #902427That gets me the vertical border – Thank you! How do I get that sidebar border on every page that uses the widget menu? And then how do I remove those borders in between the nav links in the widget menu?
January 25, 2018 at 6:22 am #902600Hi Fieldtripper,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .content .flex_column .widget_nav_menu li:first-child, #top .content .flex_column .widget_nav_menu li { border: none; }
Can you show us a page that does not get the border on the side?
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.