HVAC theme ipad screen nav

Home Forums All Other Themes HVAC theme ipad screen nav

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #209661
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Hi

    my clients ipad screen (553pix) is showing a navigation stacking issue. see sample
    https://wiknc.nimsite.uk/wp-content/uploads/2023/11/Capture3-ipad.jpg

    https://wiknc.nimsite.uk
    is it possible to control the screen width so that the 3 bars replaces the text navigation?

    thanks

    #209664
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to resolve the issue.

    @media screen and (min-width:1024px) and (max-width:1169px) {
    .has_trans_header .header.type3 #topmenu ul li a, .has_trans_header .header.type4 #topmenu ul li a {padding: 20px 10px;}
    }

    Regards,
    Chris

    #209684
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks, can you also let me know how I can increase the header logo size on the tablet screen please?

    #209689
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS to increase logo size on tablet screen.

    @media screen and (min-width:1024px) and (max-width:1169px) {
    .logo { max-width:400px;}
    }

    Regards,
    Chris

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