Okay
  Public Ticket #945500
Sharing blog post
Closed

Comments

  • Luciana started the conversation

    Hi!

    There is a huge gap between the photo and the content, how can I fix that? This never happened with other posts.

    Is there something I can do that it only shows the featured image on the top of the blog post, instead of all the photos that there is on the post?

    [PROBLEM SOLVED] When I try to share my blog post on facebook it shows weird the description. I believe it is something related with H1, H2.... Do you know how can I do to change so it actually shows more about the content?

    Thanks

  • [deleted] replied

    Hi Luciana,

    That is happening because some of your photos are horizontal and some of them are vertical.

    It's better if you attach all the images on the slider with the same dimensions, or maybe you can do a quick fix by adding this code below to Custom CSS

    .owl-carousel .owl-wrapper-outer {
        max-height: 600px;
    }