Looking for quick CSS to make my top bar and footer (and socket) full width on boxed layout.
Hey web6s,
Please adjust the width values as required in the below CSS
#main {
max-width: 980px;
margin: auto;
}
.responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header {
max-width: 100%;
width: 100%;
}
#header_main_alternate .container {
max-width: 100%;
padding: 0;
}
#socket {
position: fixed;
width: 100%;
bottom: 0;
left: 0;
}
Best regards,
Vinay
Thanks but this did not work out. The socket is full width (and now sticky for some reason) but the top bar is not. There are no caching plugins on this site and not many other plugins (fresh install).
Hi web6s,
https://cl.ly/ec05c1d7686a Here is what I am seeing. Which part do you still need to adjust? The socket is not sticky on my end.
Best regards,
Victoria
I have decided to use full width layout.