Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #545828

    Hi support team,

    We have a problem, which I hope you can help us with.

    We have implemented a facebook like/share button in the masonry gallery caption box (See private content). However, we would like the like/share buttons to be positioned at the bottom of the caption box and not right beneath the caption text.

    Do you think this would be possible?

    We have tried using the </br> code, but it does not affect the buttons position.

    Best regards.

    #545922

    Hey saraclementdk!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .fb-like.fb_iframe_widget {
        width: 100%;
    }

    Regards,
    Yigit

    #546492

    Hey Yigit,

    Thank you for your quick response!

    I have tried adding your code to the Enfold Quick CSS. However, it does not seem to affect the positioning of the Facebook like and share button.

    Maybe it is worth mentioning that I have not used a widget, but merely copied the code generated from Facebook’s page in the caption text of the image in the masonry gallery.

    Best regards.

    #546824

    Hi,

    I think that will be difficult since it’s already at the bottom of the containing element, could you try maybe placing it inside it’s own like a paragraph to see if that helps?

    <p>
    Your facebook code here
    </p>

    Thanks,
    Rikard

    #546839

    Thank you so much!

    It works fine.

    Have a nice weekend.

    Best regards.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold Masonry Gallery | facebook like/share button position in caption box’ is closed to new replies.