Home Forums ArileWP Pro regular view vs mobile view

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #15523
    Gregory Kehn
    Participant

    Hi, is there a way to change the typography/view of the mobile site without affecting the desktop view? Google as indicated my mobile site is hard to view.

    Thank you!

    #15542
    themearile
    Keymaster

    Hi Gregory

    Please let us know in which section you want to change the typography of your site so we can provide you the custom CSS code.

    Thanks

    #15548
    Gregory Kehn
    Participant

    Hi, I would like the Menu and submenus on the mobile version smaller. thank you!

    #15599
    themearile
    Keymaster

    Hi Gregory

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

    @media (max-width: 500px){
    .navbar .nav .menu-item .nav-link {
    font-size: 16px !important;
    }
    .navbar .nav .menu-item .dropdown-item {
    font-size: 14px !important;
    }
    }

    Let us know if it works.

    Thanks

    #15818
    Shirley Cheung
    Participant

    Hello, I have the same problem. I would like to resize the photos of the slideshow on the front page in the mobile version..how do I do that?

    #15890
    themearile
    Keymaster

    Hi Shirley

    Thanks for contacting us.

    This ticket already running for another customer. So please create a separate ticket for your query so we can help you in a good way.

    Thanks

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