I’m trying to do either one of the following:
1) Remove the social icons from the top bar on mobile, since they take up too much of the screen. But leave the phone number.
OR, if above isn’t possible, then:
2) Remove the top bar completely only on mobile. For this, I’ve tried the following code and it does not work:
@media only screen and (max-width: 768px) {
.title_container { display: none !important; }}
Hey!
Please use following code instead
@media only screen and (max-width: 768px) {
#header_meta { display: none !important; }}
Cheers!
Yigit
worked like a charm. thanks!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit