Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #360787

    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 ?

    http://quelquncommemoi.com/

    #360794

    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

    #360844

    I did it but it doesn’t work.

    #361050

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Regards,
    Yigit

    #361389
    This reply has been marked as private.
    #361935

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.