Home Forums ArileWP Pro Logo on mobile view

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #31280
    Christine Kosoff
    Participant

    I just finished our new website http://www.ckddenver.com

    When you view it from mobile, the logo takes up halfg of the screen. Even on desktop, the menu is much taller than I want. Is there a place to fix this?

    #31291
    themearile
    Keymaster

    Hi Christine Kosoff

    Okay, Kindly add the below CSS in the Additional CSS box, Please go to the Appearance => Customize => Additional CSS then paste the CSS here and click to Publish button.

    @media (max-width: 500px){
    .navbar-brand img {
    max-width: 108px !important;
    }
    }
    @media (min-width: 992px){
    .navbar-brand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    }
    }

    Let us know if it works.

    Thanks

    #39486
    Jivko Ivanov
    Participant

    Hi,
    This code is working and now the Logo is smaller. Thanks!
    Is it possible to free more space and to not show the Logo in mobile view?
    Thanks

    #39487
    Jivko Ivanov
    Participant

    Is it possible to free more space and to not show the Logo in mobile view if you scroll down?
    Thanks

    #39488
    themearile
    Keymaster

    Hi Jivko

    Please also add the below css code in the Additional CSS box.

    @media (max-width: 500px) {
    .navbar.classic-header .navbar-brand {
    display: none;
    }
    }

    This will help.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.