Comments Marcin Makarewicz started the conversationOctober 30, 2022 at 3:43pmHi,How can I move to the left the titles of the posts on the megamenu and the related posts section? - See attached. 2,610PenciDesign repliedOctober 30, 2022 at 5:15pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .item-related { text-align: center;}Regards,PenciDesign.Marcin Makarewicz repliedOctober 30, 2022 at 5:35pmThank you,I have also requested to align to the left post titles in megamenu - see attached. 2,610PenciDesign repliedOctober 30, 2022 at 5:58pmHi,Please add the following CSS code to your site: #navigation .penci-megamenu .post-mega-title { text-align: center;}Regards,PenciDesign.Marcin Makarewicz repliedOctober 30, 2022 at 6:10pmUnfortunately, this code is not working. I need to align to the left - changed center into left and is not working. 2,610PenciDesign repliedOctober 31, 2022 at 1:13amHi,Please modify the CSS code like this: #navigation .penci-megamenu .post-mega-title { text-align: left; }Regards,PenciDesign.Marcin Makarewicz repliedOctober 31, 2022 at 8:33amThank you however this code is not aligning the title text to the left. 2,610PenciDesign repliedOctober 31, 2022 at 8:35amHi,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 repliedOctober 31, 2022 at 9:01amThat works, thank you! Sign in to reply ...
Hi,
How can I move to the left the titles of the posts on the megamenu and the related posts section? - See attached.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thank you,
I have also requested to align to the left post titles in megamenu - see attached.
Hi,
Please add the following CSS code to your site:
Regards,
PenciDesign.
Unfortunately, this code is not working. I need to align to the left - changed center into left and is not working.
Hi,
Please modify the CSS code like this:
Regards,
PenciDesign.
Thank you however this code is not aligning the title text to the left.
Hi,
Please replace with the following CSS:
Regards,
PenciDesign.
That works, thank you!