-
AuthorPosts
-
August 12, 2018 at 1:54 pm #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,
RomarioAugust 12, 2018 at 7:45 pm #996483Hey 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,
MikeAugust 20, 2018 at 7:05 pm #999561Hey 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,
RomarioAugust 21, 2018 at 12:34 pm #999793 -
AuthorPosts
- You must be logged in to reply to this topic.