• Resolved dolceitaliaphotography

    (@dolceitaliaphotography)


    Hello,
    i’d like to start by saying that i really appreciate the help for before and apparently everyone else. Thanks a lot!
    Now, i need your help one more time!!!
    I would like the content showing in the pages/posts to take a wider space.
    By content i mean: image gallery, single images etc.
    By wider i mean: get rid of the extra white space in the left and right side of my content. Make it almost a full width if you will.
    Is it even possible? Website url is: https://dolceitaliaphotography.com/
    Thank you in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Thanks for the great comment ??

    Although I do not know how this will affect all pages, but the theme uses this:

    .content-width {
        max-width: 1280px;
        padding: 3% 2%;
        margin: auto;
    }

    You could try it by replacing with:

    .content-width {
        width: 100%;
    }
    Thread Starter dolceitaliaphotography

    (@dolceitaliaphotography)

    Its not getting wider. Maybe i am already using the most out of the .content-width.
    But there is still more white free space in the left and right side of my content.
    Maybe its not the .content-width that i should modify but .container or something else.
    Anyways thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘content a bit wider’ is closed to new replies.