Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #718918

    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; }}

    #718937

    Hey!

    Please use following code instead

    @media only screen and (max-width: 768px) {
    #header_meta { display: none !important; }}

    Cheers!
    Yigit

    #719868

    worked like a charm. thanks!

    #719877

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Top Bar on Mobile’ is closed to new replies.