Home › Forums › IT Consultant Support › Phones and tablets issues
- This topic has 3 replies, 3 voices, and was last updated 5 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
October 4, 2018 at 1:14 am #108966
Hi my site shows a weird line on the slider in phones and tablets.
My URL is http://bsc-test.com/version3
October 4, 2018 at 12:24 pm #109048Hi,
Kindly go to Appearance >> Customize >> Basic >> Custom CSS and paste below code there:
.menusection { border: none; }
Regards,
ShriOctober 4, 2018 at 1:29 pm #109054It doesn’t work. Also, I noticed that if you open the website from a Mac Safari/Chrome the slider below the navigation bar is smaller than on a Windows Computer. Can be the different monitor resolutions affecting the site? Is there a way that doesn’t change this.
This is my CSS
.suptp a { color:#52b7f2 !important;}
.suptp a { font:esteban !important;}
.suptp a { font-size: 12px !important;}
.suptp:hover a { color:#fd9206 !important;}.logo img { margin-bottom:0;}
.header { padding-bottom:0;}
#slidera .nivoSlider { min-height:36px !important;}@media screen and (min-width: 950px) {
.menu {
text-align:center
}
.menu li {
display:inline-block;
float:none;
margin-left: -5px;
}
.menu li li {
display:block;
text-align:left
}
}
#topmenu ul li a{padding:8px 25px;}
.elementor-inner {width: 81.1%;margin: 0 auto; !important;October 5, 2018 at 12:47 pm #109103Hi,
Kindly go to Appearance >> Customize >> Basic >> Custom CSS and paste below code there:
@media screen and (max-width:1023px) { .menusection { border: none !important;} }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.