Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1398132

    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

    #1398159

    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

    #1398226

    Hello Nikko

    Thanks a lot
    So it is exactly in the right place

    You can close this ticket

    kind regards
    Franz

    #1398364

    Hi Franz,

    Glad Nikko could help. Let us know if you have any other questions and enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘logo and button at the same height’ is closed to new replies.