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
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:
Best regards,
Mike
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;
}
}
THANKS A LOT Mike & Guenni,
this is, what I was looking for. You may close this ticket.
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