Tagged: ,

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

    Hello,
    first of all: Happy new year and we really like Enfold ;)

    We’ve a question regarding the Grid Row: Is it possible to have an “offset” – s. the link in the private section.

    Kind regards

    #1377706

    Hey Jochen,
    Thank you for your question, you will need to use individual columns and add a custom class such as negativefifty to the columns that you want offset and use this css:

    .responsive #top #wrap_all .flex_column.negativefifty {
    	margin-top: -50px;
    }

    Please see this example:
    column_offset_example.jpeg

    Best regards,
    Mike

    #1377707

    nice – but on responsive case your should remove that setting – maybe just put the rule Mike is offering into media-query :

    @media only screen and (min-width: 768px) {
    .responsive #top #wrap_all .flex_column.negativefifty {
    	margin-top: -50px;
    }
    }
    #1377752

    Hi,
    Good point Guenni007, thank you.

    Best regards,
    Mike

    #1377797

    THANKS A LOT Mike & Guenni,
    this is, what I was looking for. You may close this ticket.

    #1377835

    Hi,
    Glad we were able to help, thanks Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Question regarding Grid Row Offset’ is closed to new replies.