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 #3593626
MegaMenu
Closed

Comments

  • GuanRu started the conversation

    How can I configure the article title to be left-aligned in the default Mega Menu instead of center-aligned?

  •  2,541
    PenciDesign replied

    Hi,

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

    #navigation .penci-megamenu .post-mega-title {
        text-align: left;
    }

    Regards,
    PenciDesign.