Browser window formatting

Home Forums All Other Themes Browser window formatting

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #80835
    BrianBrian
    Member
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: January 20, 2017

    When minimizing partially the website on Chrome, the top nav menu goes into a weird partial mobile format at approximately 1800×800 pixels. Please advise with CSS fix, thanks!

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

    Hi,

    Kindly show us your website URL so that we can assist further.

    Regards,
    Chris

    #80982
    BrianBrian
    Member
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: January 20, 2017

    Here: http://a18.048.myftpupload.com/

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

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Chris

    #81130
    BrianBrian
    Member
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: January 20, 2017

    http://imgur.com/a/kKlag

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

    Hi,

    Unfortunately, this is not our theme http://a18.048.myftpupload.com/

    Regards,
    Chris

    #81241
    BrianBrian
    Member
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: January 20, 2017

    Chris, it is your theme. Here’s the URL that matches the screenshots I sent you – https://elliantcounseling.com/ SKT Yogi theme

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

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (min-width:1024px) and (max-width:1169px) {
    .signin_wrap .right { width:60% !important;}
    .header .header-inner .logo { float:none !important; text-align:center !important; margin:0 auto !important;}
    .header .header-inner .nav { background-color:transparent !important;}
    .header .header-inner .nav ul li a { padding:15px 5px !important;}
    }

    Regards,
    Chris

    #81266
    BrianBrian
    Member
    • Topics: 5
    • Replies: 9
    • Total: 14
    Member since: January 20, 2017

    Thank you, still having issues with the tablet menu font color (mobile is OK): http://imgur.com/a/rcZGy

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

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:1023px) {
    .header .header-inner .nav ul li a, .header .header-inner .nav ul li.current_page_item ul li a { color:#282828;}
    }

    Regards,
    Chris

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