Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #471268

    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.

    #471557

    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

    #471641

    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.

    • This reply was modified 9 years, 4 months ago by Micheal0424.
    #471968

    Hey!

    Please try the following in Quick CSS under Enfold–>General Styling:

    .av-catalogue-title {
    text-align:center !important;
    }

    Cheers!
    Rikard

    #471979

    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.

    #472430

    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

    #802611

    Hey,

    How can you center all content from Catalogue

    #802640

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.