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 #3156583
Moving title to the left
Closed

Comments

  • Marcin Makarewicz started the conversation

    Hi,

    How can I move to the left the titles of the posts on the megamenu and the related posts section? - See attached.

    Attached files:  Clipboard (97).jpg

  •  2,487
    PenciDesign replied

    Hi,

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

    .item-related {
        text-align: center;
    }

    Regards,
    PenciDesign.



  • Marcin Makarewicz replied

    Thank you,

    I have also requested to align to the left post titles in megamenu - see attached.

    Attached files:  Clipboard (97).jpg

  •  2,487
    PenciDesign replied

    Hi,

    Please add the following CSS code to your site:

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

    Regards,
    PenciDesign.



  • Marcin Makarewicz replied

    Unfortunately, this code is not working. I need to align to the left - changed center into left and is not working. 

  •  2,487
    PenciDesign replied

    Hi,

    Please modify the CSS code like this:

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

    Regards,
    PenciDesign.


  • Marcin Makarewicz replied

    Thank you however this code is not aligning the title text to the left. 

  •  2,487
    PenciDesign replied

    Hi,

    Please replace with the following CSS:

    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post a {
        text-align: left;
    }

    Regards,
    PenciDesign.



  • Marcin Makarewicz replied

    That works, thank you!