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

    Can you take a look and tell me why this is happening? Hover over the image and the wrapped text drops below the image.

    • This topic was modified 6 years, 5 months ago by lssu.
    #941827

    Hey lssu,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-26733 .image-overlay .image-overlay-inside {
        height: auto !important;
        width: auto !important;
    }

    Best regards,
    Rikard

    #943612

    No luck :(

    #943616

    Hi,

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

    .page-id-26733 a.lightbox-added {
        display: initial!important;
    }
    

    Best regards,
    Yigit

    #943623

    Perfect! Thanks! Just wondering, is this a bug with enfold or just something on my end?

    #943624

    Hi,

    You have a Div tag with custom class inside your link, that is causing the issue. If you notice any other issues, please let us know :)

    Best regards,
    Yigit

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