• n1vag

    (@n1vag)


    Hello
    Even I select the full width mode,my content’s max width only can be 1170px
    How can I change it?
    edit style.cc?
    or css?
    thanks for watching my problem

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sam

    (@soumendra)

    Hello n1vag,

    Please share the link to your site so that we can help you better regarding that.

    looking forward for your reply.

    Thank you.

    Thread Starter n1vag

    (@n1vag)

    Hi Sam,here is my web site

    The content at Homepage can’t be full width,

    my website’s limit width

    I want it display like Tora’s Demo

    Tora’s website

    thank

    • This reply was modified 8 years ago by n1vag.
    Sam

    (@soumendra)

    Hello,

    For making the homepage full width you can try adding this in your Custom CSS:

    [ Moderator note: link redacted, please do not send people to your site that way. ]

    .home .container {
       padding: 0;
       width: 100%;
    }
    .home .hentry {
       margin: auto;
       padding: 0 !important;
       width: 100%;
    }
    .home .panel-grid {
       margin-left: 0 !important;
       margin-right: 0 !important;
    }
    .home .panel-grid-cell {
       padding-left: 0 !important;
       padding-right: 0 !important;
    }
    .home .so-panel {
       padding-left: 0;
       padding-right: 0;
    }
    .home .so-panel img {
        width: 100%;
    }

    Hope that helps.

    Thank you.

    Thread Starter n1vag

    (@n1vag)

    Thanks Sam it’s worked !
    Can This work in any pages if I add it on their custom css? not only homepage?

    • This reply was modified 8 years ago by n1vag.
    Sam

    (@soumendra)

    Hello,

    The above code is only for the home page.

    But if you want we can give you CSS code for all pages.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘About Homepage full-width content’ is closed to new replies.