Skip to content
Public Ticket #22697

Moving title to the left

Conversation thread

Marcin Makarewicz replied

Customer Reply

That works, thank you!

PenciDesign Supporter replied

Staff Reply

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

Customer Reply

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

PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the CSS code like this:

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

Regards,
PenciDesign.


Marcin Makarewicz replied

Customer Reply

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

PenciDesign Supporter replied

Staff Reply

Hi,

Please add the following CSS code to your site:

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

Regards,
PenciDesign.



Marcin Makarewicz replied

Customer Reply

Thank you,

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

PenciDesign Supporter replied

Staff Reply

Hi,

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

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

Regards,
PenciDesign.



Marcin Makarewicz started the conversation

Conversation Start

Hi,

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

Want to join this conversation or access attachments? Sign in first.