Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #828430

    Hello,
    I’d like to make the content of my text and footer just as wide as the boxed width of the site.
    There appears to be a 50px padding on the left and right of the content.
    I added a screenshot as private content of google chrome inspect. I’d like to get rit of the green space.

    Another link to show you what i am after Whitney Museum

    Bert

    #828570

    Hey Bert2,

    Thank you for writing in!

    Please, could you provide to us the page link that you showed in the screenshot?

    Best regards,
    John Torvik

    #828621

    Sure. I added the link as private content.

    #828693

    Hi Bert,

    I tried checking your site but I’m getting this error instead:

    Not Found
    
    The requested URL /homepage/ was not found on this server.
    
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Best regards,
    Nikko

    #828715

    I’m sorry, the site is down this moment. I’ll post back, when all is up again. Thanks.

    #828741

    The site is up again. Had to fix the database.
    So you can check the site.
    Thank you
    Bert

    #828761

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .container {
        padding: 0;
    }
    

    Best regards,
    Yigit

    #828785

    Thanks Yigit, that works really well!
    Just one question though; on the iPad in portrait there is no padding on the outside of the container, so everything is right on the screen bezel.
    Can i add just about 5 px padding on both sides of outside of the container (that goes for the whole page lay-out including header and footer)
    Thanks again!
    Bert

    #828796

    Hi,
    Please adjust to:

    .container {
        padding: 5px !important; 
    }

    Best regards,
    Mike

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