Hello kind folks at Enfold,
I need my site to go full responsive at 990, due to hidden elements, the mobile menu goes at 990 but the other items do not “hide” until 768.
I tried various CSS suggestions from other posts but nothing seemed to trigger the whole site to go responsive at 990 just the mobile menu.
I appreciate your help.
CJ
Hey AlpineWeb,
Thank you for the inquiry.
Which specific elements are you trying to hide? If you are trying to hide the social icons when the screen width is equal or less than 990px, try to use this css code.
@media only screen and (max-width: 990px)
.responsive #top #header .main_menu .social_bookmarks {
display: none !important;
}
}
Best regards,
Ismael