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

    Hi again,
    could you help me how i can get a photo/image, that is already in the background of the logo area, on top of the mobile version (Handy), so that it is right behind the logo? That would be perfect :) Looks a little bit grey now.

    Thanks for help,
    rixi

    #1490436

    Hey rixi,

    Thank you for the inquiry.

    You can try this code in the Quick CSS field to make the header fixed and move the first section below it.

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    
      #top #wrap_all .header_color.av_header_transparency+#main>div.av-1a7rg49-0361ab150500a4dbf4236ca5f8b54140 {
        padding-top: 90px;
      }
    }

    Screenshot-2025-10-21-at-12-55-26-PM

    Best regards,
    Ismael

    #1490452

    Hi Ismael,
    wow, that is much better than i thought :) Great!
    Here by enfold is really the best support i ever had! Thank you all!
    Because of all of you my pages look much better.

    Many regards rixi

    #1490476

    Hi,

    Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Image in top Logo area Mobile’ is closed to new replies.