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 #1359086
Featured Category
Closed

Comments

  • CSimpson90 started the conversation

    How do I align the featured category box to be centered? Image attached.

  •  2,699
    PenciDesign replied

    Hi,

    Please try change it via Customize > Colors for Homepage & Home Title Box Options > Homepage Featured Categories Title Box Align > select "Center"


    Best Regards,

    PenciDesign

  • CSimpson90 replied

    Thank you, but that only aligns the Title of the features box not the text below the image. See attached image.

  •  2,699
    PenciDesign replied

    Hi,

    If you want to make all titles & content center, please add more this code to Customize > Custom CSS:

    .mag-cat-style-2 .home-featured-cat-content .first-post .magcat-detail .mag-header, .mag-cat-style-2 .mag-excerpt{ text-align: center; }
    .mag-cat-style-2 .home-featured-cat-content .first-post .magcat-detail .mag-header:after{ left: 50%; margin-left: -30px; }


    Best Regards,

    PenciDesign