Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #904927

    Hi,
    In my fullwidth slider, I have a caption title as well as some caption text. Is there anyway, I can get this (title and text together) to be in a fixed frame which is like 500 px width (on desktop). Also, I’d like to remove the spacing that shows up, when I make a line shift in the text.

    Can you please help?

    #905440

    Hey Malene,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .slideshow_align_caption {
        max-width: 500px;
    }
    
    #top .slideshow_align_caption p {
        margin: 0 !important;
    }

    Hope this helps.

    Best regards,
    Nikko

    #905591

    Perfect. That did the trick!

    Thanks a lot :-)

    #905923

    Hi,

    Glad that it helped! :) Thanks for using Enfold and have a nice day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Fixed frame for caption in fullwidth slider’ is closed to new replies.