The font size on my recent posts slider is too large for mobile devices. I changed the font to be responsive and scale down to 60-70% for mobile devices, but the font on the recent posts slider does not scale down.
Scroll about 1/3 down the page to see my two recent posts sliders where the font is too large.
I feel like I may have to edit something in the CCS but I'm not very good at that yet.
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) {
.recent-post-container h2 {
font-size: 21px !important;
line-height: 26px !important;
}
}
The font size on my recent posts slider is too large for mobile devices. I changed the font to be responsive and scale down to 60-70% for mobile devices, but the font on the recent posts slider does not scale down.
Scroll about 1/3 down the page to see my two recent posts sliders where the font is too large.
I feel like I may have to edit something in the CCS but I'm not very good at that yet.
Thanks,
Brandon
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
Thank you. 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.