Hi,
As you can see, for my slides with the black color, there is a little white space next to the edge. How could I make it disappeared ?
Hi Peuf!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
img.ls-l.ls-preloaded:nth-child(2) {
left: 0!important;
}
Regards,
Yigit
I did it but it doesn’t work.
Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
Yigit
Hey!
Looks like you figure out the “edge” issue. Regarding the text, you can separate the words with a span tag. Something like this:
This is <span class="separate-words">a sentence</span>.
Add something like this on Quick CSS:
.separate-words {
font-size: 50px !important;
}
This should change the font size of the “a sentence” part.
Regards,
Ismael