Public Ticket #1436997 space between widget area and main content + read more for about me widget Closed
Comments Mimi started the conversationJanuary 18, 2018 at 3:27pmhello, 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,700PenciDesign repliedJanuary 18, 2018 at 4:27pmHi, 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,PenciDesignMimi repliedJanuary 18, 2018 at 5:14pmHello 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,700PenciDesign repliedJanuary 18, 2018 at 5:17pmHi,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,PenciDesignMimi repliedJanuary 18, 2018 at 5:43pmIt works thank you :) Sign in to reply ...
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!
Hi,
1/ To do that, please add more this code to Customize > Custom CSS:
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:
Best Regards,
PenciDesign
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.
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
It works thank you :)