Hello all
I have created a new page here
Link below
in the mobile view (cell phone) I have a logo and a button below
how do I create that these two are next to each other
see printscreen below:
thanks in advance
kind regards Franz
Hi schweg33,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.page-id-241 .av-le1qx22n-0d847840b527e1f40f2381188013c850,
.page-id-241 .avia-button-wrap.av-bn809-402e5454ae050ba1ede479b67a8f0843-wrap {
width: 50%;
float: left;
}
.page-id-241 .avia-button-wrap.av-bn809-402e5454ae050ba1ede479b67a8f0843-wrap {
clear: none;
margin-top: 30px;
}
}
Best regards,
Nikko
Hello Nikko
Thanks a lot
So it is exactly in the right place
You can close this ticket
kind regards
Franz