Site logo

[Resolved] Spacing between post content and widget cant be setted

Home Forums Support [Resolved] Spacing between post content and widget cant be setted

Home Forums Support Spacing between post content and widget cant be setted

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #183686
    Gabriel

    Hi, I want to get a layout for my blog but I can do it using the Premiun addon of Layout and Spacing.

    This is my blog:
    http://jakepoker.com/vegas-2016/

    I want to achieve this:
    https://gyazo.com/ed1834965fc04a4d725860f7d523e781

    The logic say to me to do this:
    On the Element spacing/content: get rid of the 40px on Right and Left

    But when I do that, I lose the spacing between the post border and the widget. I want to maintain this spacing.
    Look what I get:
    https://gyazo.com/8f60b39d02e7c8ad7bb5c959a03f5001

    Please tell me what I have to do in order to achieve what I want?

    Thank you.

    #183705
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a try:

    .one-container .site-content {
        padding-left: 0;
        padding-right: 0;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Let me know 🙂

    #183713
    Gabriel

    Yep! Thats perfect!!

    Thank you!

    #183715
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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