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 #1703071
image/text widget alignment & size AND custom text added to every blog post
Closed

Comments

  •  1
    CalculatedTraveller started the conversation

    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?

  •  2,699
    PenciDesign replied

    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

  •  1
    CalculatedTraveller replied

    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.

  •  1
    CalculatedTraveller replied

    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!

  •  1
    CalculatedTraveller replied

    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....



  •  2,699
    PenciDesign replied

    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

  •  1
    CalculatedTraveller replied

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