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 #1358277
Padding
Closed

Comments

  • CSimpson90 started the conversation

    Hello,


    So far very happy with the theme. 

    I do require some help if possible, the padding option on WP customiser doesn't seem to be working?

    On the website homepage I am building I would like to increase the padding as it is all very tight. On other pages though I would like to reduce the bottom padding and increase the top.

    Please have a look and you should see what I mean.

  •  2,699
    PenciDesign replied

    Hi,

    Thank you for loving our theme.
    Can you show me some screenshot with markups on it to I can understand where do you want to change it?

    Best Regards,

    PenciDesign

  • CSimpson90 replied

    Please find attached.

    Like I said the wp customiser doesn't change the padding for some reason.

  •  2,699
    PenciDesign replied

    Hi,

    Ah, I understand it now.

    Yeah, that padding doesn't apply for header style 6 & style 9.

    1/ To increase the padding for menu, please add more this code to Customize > Custom CSS:


    #navigation.header-6{ height: 102px; }
    #logo a{ max-width: 500px; }
    #navigation.header-6 .menu > li > a, #navigation.header-6 ul.menu > li > a{ line-height: 100px; }
    #navigation.header-6 #logo img{ max-height: 102px; }
    #navigation.header-6 #top-search > a, #navigation.header-6 .show-search a.close-search{ height: 100px; line-height: 100px; }
    #navigation.header-6 ul.menu > li > a:before, #navigation.header-6 .menu > ul > li > a:before{ bottom: 38px; }

    2/ To reduce the padding like the image 2, please add more this code to Customize > Custom CSS:

    body:not(.home) #header{ margin-bottom: 20px; }

    Best Regards,

    PenciDesign

  • CSimpson90 replied

    Hello,


    Please help reduce the bottom padding also, thank you (see attached image).

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please try add more this code to Customize > Custom CSS:

    .clear-footer{ margin-bottom: 0; }

    For other spaces like on your images, please check option for it via Customize > Footer Options.

    Best Regards,

    PenciDesign

  • CSimpson90 replied

    Hi,

    Thanks - that code didn't change anything?

  •  2,699
    PenciDesign replied

    Hi,

    The code I sent does reduce this space

    For other spaces, please read again my previous comment. Seem you didn't read it.

    Best Regards,

    PenciDesign