This topic has 4 replies, 3 voices, and was last updated 4 years, 11 months ago ago by Olga Barlow
Hi the image of the bottle should be to the foreground but now the header overlaps the bottle. https://gyazo.com/3a411615cddd52d9e155706e7c49df36 Any idea which css code i can use?
http://www.bourgognekruis.com
Hello,
Try to delete margin-top for column-inner via Design options – http://prntscr.com/q2oyyy
Regards
Hi,
The position is OK. i just want the bottle be the first image to see and overlap the banner.
.
Hello,
Find the following custom code that you added to the page custom
.et-overflow-visible[data-vc-full-width] {
overflow: visible !important;
}
and replace by
.et-overflow-visible[data-vc-full-width], .template-content .vc_row[data-vc-full-width] {
overflow: visible !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up