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
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
Hi,
The % is for widget sidebar. What you have is a menu, which is essentially the header section.
Best regards,
Jordan Shannon
Hi again,
I found a cde :)
.html_header_sidebar #top #header {
width: 450px;
}
.html_header_left #main {
margin-left: 450px;
position: relative;
}
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