Home › Forums › All Other Themes › Browser window formatting
- This topic has 9 replies, 2 voices, and was last updated 6 years, 1 month ago by
Forum Moderator.
-
AuthorPosts
-
August 11, 2017 at 7:36 pm #80835
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!
August 14, 2017 at 6:09 am #80917Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisAugust 14, 2017 at 2:18 pm #80982Here: http://a18.048.myftpupload.com/
August 16, 2017 at 4:47 am #81064Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisAugust 16, 2017 at 2:01 pm #81130http://imgur.com/a/kKlag
August 17, 2017 at 5:15 am #81151Hi,
Unfortunately, this is not our theme http://a18.048.myftpupload.com/
Regards,
ChrisAugust 17, 2017 at 12:08 pm #81241Chris, it is your theme. Here’s the URL that matches the screenshots I sent you – https://elliantcounseling.com/ SKT Yogi theme
August 17, 2017 at 12:42 pm #81244Hi,
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,
ChrisAugust 17, 2017 at 3:46 pm #81266Thank you, still having issues with the tablet menu font color (mobile is OK): http://imgur.com/a/rcZGy
August 18, 2017 at 6:25 am #81288Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.