Skip to content
Public Ticket #4289

image/text widget alignment & size AND custom text added to every blog post

Conversation thread

CalculatedTraveller replied

Customer Reply

Excellent - Thanks so much. Fabulous support service you are offering here!

PenciDesign replied

Staff Reply

Hi,

1/ To change the font size for text on about widget, please add more this code to Customize > Custom CSS:

\
.penci_about_widget p{ font-size: 14px; }

Change number 14 to value you want.

To change the font size for text on "Text" widget on the footer, please add more this code to Customize > Custom CSS:

\
.footer-widget-wrapper .widget_text, .footer-widget-wrapper .widget_text p{ font-size: 14px; }

Change number 14 to value you want.

2/ No - It doesn't appears in RSS feeds.

Best Regards,

PenciDesign

CalculatedTraveller replied

Customer Reply

Sorry - I fixed that problem it was an extra div class.

Only problem I have remaining is:

2. Specifically in the About Widget and the footer text widget. The font size is taking the same attributes as the body content of the entire site. 

\

3. I wonder if  having the additional text in the adsense area will make the text appear in RSS feeds also. I know when using Ad inserter plugin to do this same thing the text shows up and I don't want it to.

Thank you! Great theme so far....


CalculatedTraveller replied

Customer Reply

Actually I made my site live now - https://www.calculatedtraveller.com/

But I have a new problem now
- my body text in author area, single posts etc are center aligned - they used to be left aligned < how do I change this back to left?

Thank you!

CalculatedTraveller replied

Customer Reply

1. Perfect :)

2. Specifically in the About Widget - the body text is very large - it looks the same as the rest of the body text and I want it smaller. Same goes with the text in the footer widget area. The site isn't live yet so I can't give you the URL.

3. That works - But I wonder if  having the text in the adsense area will make the text appear in RSS feeds also. I know when using Ad inserter plugin to do this same thing the text shows up and I don't want it to.

PenciDesign replied

Staff Reply

Hi,

1/ Please add more this code to Customize > Custom CSS to do that:

\
.widget_media_image{ text-align: center; }\
.widget_media_image img{ display: inline-block; vertical-align: top; }

2/ Can you tell me where do you want to change the font size on the sidebar & footer? Also, please show me your site url to I can take it a look.

3/ You can try put the text via Customize > Single Post Options > Add Google Adsense code below post description

Best Regards,

PenciDesign

CalculatedTraveller started the conversation

Conversation Start

1. Image widgets in sidebar are left aligned. How do I make them centre aligned.

2. Where do you control the font size for the widgets in the sidebar and the widgets in the footer?

3. I would like to put some text below the author name / date on every single post before the post content. Where do I put my div class code and in which php file and in what location?

Want to join this conversation or access attachments? Sign in first.