- This topic has 5 replies, 2 voices, and was last updated 8 years, 3 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Nature one slider text
hi
https://snuginstallations.co.uk
still getting issues with text spacing on the theme slider
you sent me some fix code but as you can see not 100% for all screen sizes
thanks
Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.slider-wrapper .slide_info { width:50% !important;}
Regards,
Dave
sorry, still got the problem
Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
Remove:
.slider-wrapper .slide_info { width:50% !important;}
And add:
@media screen and (min-width:1170px) and (max-width:1920px) {
.slider-wrapper .slide_info { width:50% !important;}
}
Regards,
Dave
I think that’s done it, thanks
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]