Tagged: mobile
Hi can you help me disable the social media and sub navigation for mobile devices. We only want the phone number to show at the top then logo and navigation.
http://kyko.wpengine.com/ (hosted on WPengine)
Hey glozemedia!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive #header_meta { display: none; }
Best regards,
Yigit
Hi!
Sorry, please remove that code from Quick CSS and use following one instead
@media only screen and (max-width: 767px) {
.responsive #header .social_bookmarks,.responsive #header .sub_menu { display: none; }
.responsive #header_meta { height: 75px; }}
Cheers!
Yigit