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;
}
}
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
Hey Again,
They are already centered:
Best
ThemeNectar Support Team
I just realised that I didn't say on mobile device! On mobile they don't look centred.
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):
Thanks
ThemeNectar Support Team