Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #821137

    Hi Enfold,

    I seem to have this problem that the Avia grid row creates 20px whitespace below the element whenever i embed video in the row. F.X. i have a two column row with one image set to the same aspect ratio as the Vimeo movie (in my case). I have the code

    .content {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    }

    But this issue seems to ignore that. My layout consist on rows that have no margin/space between them. How do I solve?

    BR/Frederik

    #821274

    Hey Frederik,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av-layout-grid-2 .avia-iframe-wrap, 
    #av-layout-grid-2 .avia-video {
        margin-bottom: 0px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #821282

    Hey Victoria,

    It works! You’re an absolute sweetheart :)

    Actually I have one other problem. That is I really want the current main menu link to look “a:active” on the pages that I categorize as children… but maybe thats another tread.

    Anyway, thanks again!

    BR/Frederik

    #821411

    Hi,

    Glad that Victoria helped you. Please do create a separate thread for it. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Whitespace under Grid row with video in it’ is closed to new replies.