Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #726522

    Dear team

    I am not able to adjust the width of the logo/navigation section in the consulting Demo. Changing the content/sidebar ratio in Enfold > general layout > dimensions from 73%/27% to another value does not change anything in the layout.

    Please help.

    Demo: http://reich.netfex.de/

    Regards

    #727734

    Hey netfex,

    Yes, it doesn’t change the size because the sidebar referred there (you can see it on top of the Content | Sidebar Ratio) is This area holds all your sidebar widgets, the one that has menus is not actually the sidebar but the header (though it looks like a sidebar). You might want to add this code in Quick CSS (located in Enfold > General Styling):

    .html_header_sidebar #top #header {
        width: 400px;
    }

    Just adjust the width as you see fit. Hope this helps. :)

    Best regards,
    Nikko

    #727863

    Hi Nikko

    thanks a lot. But unfortunately the content right beside the menu bar gets overlayed. Could you please send me the CSS tags to adjust this as well?
    I’d like to work with percentage: width 20% / 80% for example

    Regards
    Thomas

    #728263

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_header_left #main {
        margin-left: 20%;
    }
    .html_header_sidebar #top #header {
        width: 20%;
    }
    

    Best regards,
    Yigit

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