Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • djuczen Friend
    #1051802

    Hi, in JUB using Settings > Custom Code > Custom CSS
    Trying to use the following to fix logo on phone:
    @media (max-width: 991px) .jub-block.header-2 .header .navbar-header {
    float: none !important;
    }

    It is being ignored. How can I specify this?

    Pankaj Sharma Moderator
    #1051844

    Hi
    use this code

    @media (max-width: 991px) { .jub-block.header-2 .header .navbar-header {
    float: none !important;
    }}

    This will work.
    Here is full documentation for Media classes.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum