Is it possible to adjust the widt of the black overlay (where you put the text) in the slider, it now uses up to 1/3 of the slider and I want it to be smaller, can I fic that and if so where to I find that piece of code?
Slider adjustment
(6 posts)
(4 voices)
-
Posted 4 months ago #
-
Hello roderickvs,
Add this in Dashboard -> your theme -> General Settings -> Custom CSS,
.slide_overlay { width: 300px !important; }And then play around with the width until it looks good.
Posted 4 months ago # -
that works, but how to I get the text to fit in? if I only add this line the text runs beyond the overlay
Posted 4 months ago # -
Do the same with this,
.slide_content { width: 300px !important; }Posted 4 months ago # -
My search in myriad forum keeps bringing me back here so may be this might apply here as well. There are 2 overlays in the slider area: the main larger title and the description under it. The main title overlay adjusts to the width of the text...but the description overlay does not. It would make sense to apply the same code to the second overlay...yes? I have a few short strings of copy and all my sliders have this large, unnecessarily wide overlay. Any code I can use to change that so it auto adjust like top overlay?? Thx!
Posted 1 week ago # -
Hi!
Actually if you want different sizes for each slide you'll need a Custom CSS to fix it. There's no easy CSS to make that text easily re-sizable.
Which items do you want to edit?
[]'s
Posted 1 week ago #
Reply
You must log in to post.













