Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1218999

    Hi,
    when i change the % of the sidebar content (Verhältnis/Inhalt) on the layout side it will not be shown on the frontend.
    What can i do? It makes no difference if i put in 73% / 27% or 80% / 20%. It always looks the same.

    Many greetings
    rixi

    #1219178

    Hey rixi,

    Add this to quick css:

    .html_header_left #main {
        margin-left: 350px!important;
    }
    
    .html_header_sidebar #top #header {
        width: 350px!important;
    }

    Best regards,
    Jordan Shannon

    #1219230
    This reply has been marked as private.
    #1219253

    Hi,

    The % is for widget sidebar. What you have is a menu, which is essentially the header section.

    Best regards,
    Jordan Shannon

    #1219332
    This reply has been marked as private.
    #1219434

    Hi again,
    I found a cde :)

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

    .html_header_left #main {
    margin-left: 450px;
    position: relative;
    }

    #1219489

    Hi,

    I’m glad you found a solution. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘The % of sidebar content will not be shown right’ is closed to new replies.