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 #3739431
Center-Align one Widget
Closed

Comments

  • DeeFisherGolden started the conversation

    Hello,

    I want to center align the Soledad Advanced Categories widget. I use it for my recipe categories and would prefer it be center-aligned (like attached image) instead of left aligned. Is this possible?

    When I tried to change it, all the other widgets and text boxes were centered as well. 

    Thank you!

    Dee

    Attached files:  Center-Align-Example.png

  •  2,540
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .pc-widget-advanced-tax.tax-style-2 {
      text-align: center;
    }

    Regards,
    PenciDesign.

  • DeeFisherGolden replied

    Worked like a charm.  Thank you so much!!

    Dee