Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1006655

    Hi,
    I want to hide the Title bar when in Mobile view.

    I tried this code but it does not work:
    @media only screen and (max-width:768px) {
    .title_container { display: none !important; }}

    Any help would be appreciated.

    Thanks,
    Ken

    #1006815

    I found the issue…I was missing an } in another part of my CSS code.
    Everything is good :)

    #1006866

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide Title Bar in Mobile View’ is closed to new replies.