I tried to add some html in front of the title in the title field but it didn’t center it correctly, it was close but not really centered.
How can I make certain Catalogue Titles centered without affecting them all?
Thank you for your help.
Hi Micheal0424!
can you show us whats going on providing us a link? you might need to turn on custom class for all ALB elements.
Regards,
Andy
How can I get the title SPICY BLACK BEAN SOUP to be centered?
I was trying to use one column and have the title center.
I tried going to the link you provided and got a 404 error.
Thanks.
Hey!
Please try the following in Quick CSS under Enfold–>General Styling:
.av-catalogue-title {
text-align:center !important;
}
Cheers!
Rikard
That worked, thanks.
Is there any way to only apply that to certain menu items using the custom id attribute or is that not possible with this?
Thank you for your help.
Hey!
Can you please post a screenshot and show the changes you would like to make? Menu items are center aligned by default.
Cheers!
Yigit
Hey,
How can you center all content from Catalogue
Hi,
@frankbarthen Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-catalogue-item-inner {
text-align: center;
}
Best regards,
Yigit