Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #529296

    Hey. I have added a video into a color area. How can i shrink down the high of the color area that it will exact match to the video player size? http://imgur.com/FkfO9RD

    I have entered 1310px for Maximum Container width in the enfold child options. but the width of my blog is onyl 1210px. why is this so? http://imgur.com/pcKQ5v4

    #529391

    Hi corneliaboehm!

    Add this to your custom CSS.

    .avia-video { margin-bottom: 0px !important; }
    

    Your max-width is showing as 1310px for me on the frontend. Try clearing your browser cache.

    Best regards,
    Elliott

    #529404

    Cool. Looks great – thank you very much Elliott.

    #529406

    Can you also help me to get the map (google map) over the whole width of the blog.

    #529434

    Hey!

    Try adding it inside a grid row element instead of a color section. The grid row cells will span the fullwidth of the page.

    Cheers!
    Elliott

    #529441

    OK, how can i add a grid row. where do i find this? :) :)

    #529459

    Hi!

    In the layout builder it’s inside the “Layout Elements” tab.

    Regards,
    Elliott

    #529532

    ok, thanks, it looks better but not perfect.

    #530128

    Hey!

    try to increase it’s width using this code in Quick CSS field:

    div#map-section {
    left: -38px;
    position: relative;
    width: 110%;
    }
    

    You can define a custom section ID for any color section to define a unique CSS class for it. Just edit the color section in question and look for “For Developers: Section ID”.

    Regards,
    Andy

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