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 #2838851
Making Mega Menu Title and content left-align
Closed

Comments

  • calvinteoh started the conversation

    Is there a way to make the Mega Menu Title and Time left align? 

    6267897326.png
  •  2,493
    PenciDesign replied

    Hi,

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

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

    Regards,
    PenciDesign.

  •   calvinteoh replied privately
  •  2,493
    PenciDesign replied

    Hi,

    Please modify the CSS code as below:

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

    Regards,
    PenciDesign.


  • calvinteoh replied

    Thanks for the prompt response! This works! :)