-
AuthorPosts
-
September 1, 2020 at 10:41 am #1242463
Hi,
https://www.benestamgolfdesign.com/
The menu does not look good on mobile as you can see the navigation is behind the logo.What code shall I add?
Thanks
Charlotte
September 2, 2020 at 9:34 am #1242735Hey Charlotte,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { span.logo img { max-height: 55px; } }
Best regards,
RikardSeptember 2, 2020 at 9:56 am #1242746Hi Rikard,
Thanks but I don’t see any difference. I empty the cache in my mobile.Best regards
CharlotteSeptember 3, 2020 at 6:23 am #1242996Hi,
Did you add the code to the very top of quick css?
Best regards,
Jordan ShannonSeptember 3, 2020 at 6:30 am #1242999Hi Jordan,
Yes, I did,Best regards
Charlotte
September 4, 2020 at 5:01 am #1243206Hi,
Please try this instead:
@media only screen and (max-width: 767px) { span.logo img { max-height: 55px !important; } }
Best regards,
RikardSeptember 4, 2020 at 8:27 am #1243242Thanks:) much better now
Can we make a little space also between the meny icon and the social media icons?
Best regards
Charlotte
September 4, 2020 at 11:30 pm #1243457Hi,
Add this to quick css:
@media only screen and (max-width: 767px){ .noLightbox.social_bookmarks icon_count_3{ left:20px!important; }}
Best regards,
Jordan ShannonSeptember 5, 2020 at 2:27 pm #1243608Thanks Jordan but I don’t see any difference.
Best regards
CharlotteSeptember 6, 2020 at 10:13 am #1243709Hi Charlotte,
Please try this instead:
@media only screen and (max-width: 767px) { nav.main_menu .social_bookmarks { margin-left: 10px; } }
You might have to decrease the max-height value for the logo after that as well. Otherwise the burger might cover it again.
Best regards,
RikardSeptember 7, 2020 at 12:06 pm #1243948Thanks Rikard,
I have tried to change max-height value as well but don’t see any difference.@media only screen and (max-width: 767px) {
nav.main_menu .social_bookmarks {
margin-left: 25px;
}
}
@media only screen and (max-width: 767px){
.noLightbox.social_bookmarks icon_count_3{
left:10px!important;
}}September 8, 2020 at 9:09 am #1244209Hi Charlotte,
Thanks for the update. Maybe it would be easier if we add the CSS for you? If you want that then please post admin WordPress login details in private.
Best regards,
RikardSeptember 8, 2020 at 10:13 am #1244230Yes, thanks.
Best regards
CharlotteSeptember 8, 2020 at 7:13 pm #1244399Hi Charlotte,
I added the code for you, please check if this is the right look. The code added is:
@media only screen and (max-width: 479px) { .responsive .logo img { width: 70%; } .responsive #top #wrap_all .av-logo-container.container { width: 95%; max-width: 95%; } #top .social_bookmarks li { margin-left: 6px; } }
Best regards,
VictoriaSeptember 10, 2020 at 9:43 am #1244807Thanks :) It looks good now.
Best regards
CharlotteSeptember 10, 2020 at 10:41 am #1244847Hi Charlotte,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.