Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #876443

    Hi, I’m using the post shortcode inside layerslider and I have tried every CSS tweak I can think of but cannot get the content to keep the same width as the layer it is on. Note how the sentence in the “Gallery News” area goes outside the layer (which was assigned a width of 25%):

    How do I get this to display correctly?

    Thx.

    #876817

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    .ls-wrapper .entry-content {
        white-space: initial !important;
    }
    

    Best regards,
    Yigit

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