[Resolved] Layout style problem

Home Forums Support [Resolved] Layout style problem

Home Forums Support Layout style problem

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #143432
    Samit Lotlikar

    Thanks Adrian,

    I will try disabling bootstrap plugins and check.

    I am using the latest build of generate press.

    Thanks

    #143450
    Adrian

    No probs man, let’s get it working the way you want.

    If we can’t fix it, try setting this topic as unresolved so Tom can take a look over it again.

    #143486
    Tom
    Lead Developer
    Lead Developer

    I think I fixed that issue quite a while ago – definitely make sure you’re running the latest version of GP Premium (1.2.72) as Adrian stated above 🙂

    #151336
    Justin

    http://www.huskyfoam.com/commercial/
    http://www.huskyfoam.com/

    I am not a developer, but want all my pages to essentially be full width.
    I have a CSS plugin that I can add code to and currently have:

    body .grid-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    }

    .site-main {
    padding-left: 0;
    padding-right: 0;
    }

    None of this is working as I am sure it isnt correct. I want the pages to span to the browser border. Please help. Thanks!

    #151347
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a try:

    .container {
        width: auto !important;
    }
Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.