Tagged: Fullwidth Easy Slider
Is there any quick CSS code that will start the text further to the right and extend the width of the text box allowing more text to be on each line (extending the right margin of the text box.
See page example in private content area: I would like to start “Learn How to Reverse Autoimmunity and Chronic Illness” farther to the right so it doesn’t get covered up buy the social media share image and I would like to extend the text area so the word “Reverse” can be on the line with “Learn How to”.
Thanks
Hey John!
Please adjust the width 65% in the below css code as you require. you can add this code in Enfold > General Styling > Quick CSS
.slideshow_caption {
width: 65%!important;
}
Cheers!
Vinay
Works like a charm Vinay, thank you!