Hi Support,
I’ve a small problem when screen is under 990px I think.
Here the screenshot : http://i68.tinypic.com/zt6gls.png
There is blank space between menu and text… (on iPad for example)
Could you help me.
Here my code (Quick CSS) :
.iconbox_content_container h2{color:#000000 !important;font-size:13px !important}
@media only screen and (max-width:767px) {.avia-layerslider {display: none !important}}
@media only screen and (max-width:767px) {.responsive #scroll-top-link {display: block !important}}.html_header_top.html_header_sticky #header {position: fixed !important}@media only screen and (max-width:767px) {.responsive #top #main {padding-top:80px!important}}span.trail-before {display: none !important}@media only screen and (max-width:990px) {.title_container {display: none !important}}@media only screen and (max-width:1100px) {.av-main-nav > li > a { padding: 0 7px}}
Thanks you for your help.
Hey Emaginance!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
Best regards,
Elliott
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) {
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 81px!important;
}}
Best regards,
Yigit
Hi Yigit,
Fabulous :)
Thanks you !