Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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

    #900040

    Hey 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,
    Victoria

    #900985

    That 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!

    #901377

    Hi,

    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,
    Nikko

    #902427

    That 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?

    #902600

    Hi 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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.