Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1060651

    Looking for quick CSS to make my top bar and footer (and socket) full width on boxed layout.

    #1061533

    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

    #1061896

    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).

    #1062314

    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

    #1062364

    I have decided to use full width layout.

    #1062600

    Hi,

    Great, best of luck to you. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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