Hi
I’ve tried searching but cannot find a suitable solution to control the vertical alignment of an Image element inside the Color Section on this page: http://contest.keek.com/
We’re trying to position the Image as close to the menu/logo above as possible.
We’ve tried a few CSS options but none seem to work.
Appreciate your help.
Hey blaineglobal!
Happy new year!
Enable the custom css class option. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Use “offset-image” on the custom css class field for example. Add this on Quick CSS;
.offset-image {
position: relative;
top: -50px;
}
Use css media queries to adjust the top position on different screen sizes.
Regards,
Ismael
Adjust image in color section.
Hi Dundee,
Could you post a link to where we can see the actual element please?
Best regards,
Rikard