Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #373719

    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.

    #373760

    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

    #912590

    Adjust image in color section.

    #912660

    Hi Dundee,

    Could you post a link to where we can see the actual element please?

    Best regards,
    Rikard

    #913120
    This reply has been marked as private.
    #913147

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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