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 #2921641
Featured box position
Closed

Comments

  •  9
    littlepellizza started the conversation

    DEar pencil

    i choose to show only one Featured box, it's possible to put/show in the center of the line?

    i send u pix

  •  2,492
    PenciDesign replied

    Hi,

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

    ul.homepage-featured-boxes {
        display: flex;
        justify-content: center;
    }

    Regards,
    PenciDesign.