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

    Hi guys

    In the fullsize blog preview I have a distance of 113px from the “Read More” Button to the headline of the next blog entry. However if the next blog entry has an img, video, audio or avia gallery this distance is reduced to 86px. I want it to be also 113px.

    So my 1st question is:
    – Is there a common wrapper for the previews of img/video/audio/avia gallery which I can adress a margin-top to in order to increase the distance

    If not, how can I adress video and audio? For Avia gallery I go via `.fullsize .big-preview .avia-gallery {
    margin-top: 27px;
    }` but for video and audio I do not know how to adress them correctly?

    Thx in advance!

    #385101

    Hi tvl76!

    could you please give us a link to our website (with the page showing what you mean)? to be better able to provide you some code.

    Cheers!
    Andy

    #385185
    This reply has been marked as private.
    #385687

    Hey!

    Please try adding following code to Quick CSS

    .big-preview.single-big { margin-top: 20px; }

    Regards,
    Yigit

    #385761

    HEy Yigit!
    Works perfect – THANKS!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to adress wrapper for img/video/audio/avia gallery in blog preview’ is closed to new replies.