hi
the social icons overlapping header menu and footer menu ON iphone landscape and ipad all views.
also the social icons are not visible on the iphone vertical view?
Link to pics: https://drive.google.com/folderview?id=0Bwqo-KVcmEm0Y04tUkNCcmcwMXM&usp=sharing
site: http://www.dersichtweise.at/test
i need the social icons on all views not crashing menus and visible on all gadgets :-)
i do not really prefer the second top loader menu because of design reasons.
thank you guys ! :-))))
i also don’t want the social icons fixed on screen top right ! if possible.
:-)
Hi!
Thank you for using Enfold.
How do you want the mobile view to look like? Please provide a screenshot. You can adjust the position of the social media icon with this:
@media only screen and (max-width: 767px) {
#top .av-section-bottom-logo .social_bookmarks, .html_bottom_nav_header #top .av-logo-container .social_bookmarks {
position: fixed;
top: 25px;
z-index: 999;
right: 30%;
}
.av-section-bottom-logo.header_color {
padding-top: 30px;
}
}
Adjust the top and right value. The top padding will create more space for the social icons.
Regards,
Ismael