Okay
  Public Ticket #2055281
Category Grid
Closed

Comments

  •  21
    Sanjay started the conversation

    Hi on the homepage of this website I have 4 category boxes. I have changed the size of the font, but is there are way to centre the labels too?

    Thanks

  •  8,994
    Tahir replied

    Hey Again,

    They are already centered:  

    4495239976.png


    Best


    ThemeNectar Support Team 

  •  21
    Sanjay replied

    I just realised that I didn't say on mobile device! On mobile they don't look centred.

  •  8,994
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        .nectar-category-grid .nectar-category-grid-item .content h3 {
            max-width: 100% !important;
        }
    }

    Thanks


    ThemeNectar Support Team