Okay
  Public Ticket #2687802
Centered text category grid
Closed

Comments

  •  2
    adrivoa started the conversation

    Hi,

    I don't know why but in some of my Category Grid the text is not centered.

    Can you help please ?


    Best regards,

  •  8,402
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-category-grid .nectar-category-grid-item .content h3 {
        max-width: 100% !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    adrivoa replied

    It works, thank you !