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 #1436997
space between widget area and main content + read more for about me widget
Closed

Comments

  • Mimi started the conversation

    hello, 

    I have to questions please. How can I add more space between the widget area and the main content, I found it's too tight, please see image. 

    Also, how can I add a read more button ( I will redirect this to my about me page) in the the about me widget.

    Thank you! 


  •  2,699
    PenciDesign replied

    Hi,

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

    .container.penci_sidebar #main{ padding-right: 60px; }

    Change number 60 to value you want.


    2/ You can use HTML to create a button link for your about me page on description text. You can add more this code at the end of description text:

    <span style="display: block; text-align: center;" ><a style="font-size: 12px; display: inline-block; background: #dda756; color: #fff; text-decoration: none; padding: 7px 20px; line-height: 1;" href="https://www.zestandglow.com/about/">Read More</a></span>

    Best Regards,

    PenciDesign

  • Mimi replied

    Hello I tired the code you have giving me and I changed the value but I see no difference at all, is there a possibility that there is something missing in the code? Thank you. 

  •  2,699
    PenciDesign replied

    Hi,

    Please remove this code outsite Custom CSS box:

    <meta name="google-site-verification" content="6sR_RU3ISXcIDzWlgsMDBUq1L7zolnWLrT6j51426rI" />

    This code break all the codes below it.


    Best Regards,

    PenciDesign

  • Mimi replied

    It works thank you :)