Tagged: ,

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

    Hello, enfold dev,
    First of all great theme u have here! I have a little problem on the “mobile side”. My easy full with slider cuts a bit from my pictures is there a way to show more of the pictures or mayb make the menu smaller? Or mayb remove the logo and only show the hamburgermenu in a black square?

    I hope to hear from you soon,

    Best,
    Romario

    #996483

    Hey Grafischinvorm,
    I took a look at your site, and see that your slider images of the people have their heads clipped a little, to minimize the amount of clipping we could make your mobile header transparent with this css, please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 766px) { 
      .responsive #top #main {margin-top: 0px!important;}
      #top #wrap_all .av_header_transparency {background-color: transparent!important;}
      div#header_main > .container {display: block !important;}
      }

    which makes your logo a little hard to read.

    Another option is to adjust this code a little to push the images down a little, so the header looks black and your images are maximized.

    @media only screen and (max-width: 766px) { 
      .responsive #top #main {margin-top: 80px!important;}
      #top #wrap_all .av_header_transparency {background-color: transparent!important;}
      div#header_main > .container {display: block !important;}
      }

    Please these a try and let us know if either of them help, or if you would like a different option.

    Best regards,
    Mike

    #999561

    Hey Mike,
    Sorry for my late responce! I tried the two codes but none did something. I pasted the code in CSS at website styling am i doing something wrong? Mayb u can take look for urself?

    Best,
    Romario

    #999793

    Hi,
    I couldn’t login with the info you posted, please check. Also please see the screenshots in the Private Content area, and let us know which code effect you like best, and I will see about putting in place when I can login.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.