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) {
.container, div.slider-nav, #post-area.standard-minimal.full-width-content article.post .inner-wrap {
max-width: 320px!important;
}
}
Also you need to add the Bold Weight to "Comfortaa" .
How do I decrease the side padding on mobile view only.?
My website is the first attachment with the Buddha. The website I would like it to look more like is the one that says "Booking" as a header in bold.
Hey Again,
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):
Also you need to add the Bold Weight to "Comfortaa" .
Best
ThemeNectar Support Team
Thank you, hope you had a good weekend too. That worked perfectly.
I tried to add the bold weight to comfortaa, but either the CCS code wasn't working properly , or the font can't get any "bolder". Haha.
This was the code I entered in the CCS editor
.bold, strong, b {
font-family: Comfortaa;
font-weight: 900;
}
see attachment, it still doesn't look very bold
In that case try changing the font .
Best
ThemeNectar Support Team