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
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
Cool. Looks great – thank you very much Elliott.
Can you also help me to get the map (google map) over the whole width of the blog.
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
OK, how can i add a grid row. where do i find this? :) :)
Hi!
In the layout builder it’s inside the “Layout Elements” tab.
Regards,
Elliott
ok, thanks, it looks better but not perfect.
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