Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3243076
Top of page spacing
Closed

Comments

  •  1
    stangsvt1 started the conversation

    Hi there!

    Where can I set the top of the image padding for this page? I'd just like it for this one page and not the entire theme.

    Thanks!

  •  2,486
    PenciDesign replied

    Hi,

    Please go to the page editor screen, scroll down to Page Options > Page Header: and enter the custom value to the Padding top and Padding bottom options fields.

    X1Az0fJ.png

    Regards,
    PenciDesign.


  •  1
    stangsvt1 replied

    Hi there,

    Thanks for your response. For this page, I have the header and menu bar disabled. When I put any value into the padding fields, it does not adjust the spacing. Is there a different way to do it when the header is disabled?

    Thanks!

  •  2,486
    PenciDesign replied

    Hi,

    Please send me the page URL you want to customize the spacing.

    Regards,
    PenciDesign.


  •  1
  •  2,486
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body.page-id-2164 .post-image {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    Change 30px with the spacing you want to show.

    Regards,
    PenciDesign.



  •  1
    stangsvt1 replied

    Thank you very much!

  •  1
    stangsvt1 replied

    Hi there,

    For some reason, the code you had sent me before, I tried it on another post and it isn't working.

    Norwegian Cruise Line Specials – Travel Planners Promotions Page (tpi.events) is the link.

    What am I doing wrong that's not enabling that spacing up top?

    Thanks in advance!

  •  2,486
    PenciDesign replied

    Hi,

    Please modify the CSS code like this:

    body.single .post-image,
    body.page .post-image {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    Regards,
    PenciDesign.