• Resolved mocadazu

    (@mocadazu)


    Dear Shaped Pixels,

    I’m almost ready and I do love your template. I’ve got one more thing I would to change, but I cannot find how to do that.

    As you can see on my site: https://mocadazu.com/Mocadazu/ there is a little distance between the banner and the text. I would like to move my text a little more towards the banner. Is this possible?

    Thanks!
    Bouwe

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

    (@shaped-pixels)

    You can yes…by default the theme has this styling

    .site-content {
        padding: 60px 0 40px;
    }

    You can adjust that space with your own change to the top padding of 60px, and it can be done by doing some custom CSS, best with a plugin like Simple Custom CSS.

    The padding you see above has 60px 0 40px which means:

    60px on the top, 0 on the right, 40px on the bottom, and 0 again on the left.

    Thread Starter mocadazu

    (@mocadazu)

    That’s exactly what I need, thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Distance between banner and text’ is closed to new replies.