Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #554608

    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.

    • This topic was modified 8 years, 4 months ago by Emaginance.
    #554760

    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

    #554877

    Hello Elliott,

    Yes of course : http://www.emaginance.com

    Thanks you.

    #554998

    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

    #555001

    Hi Yigit,

    Fabulous :)

    Thanks you !

    #555008

    Hey!

    You are welcome!
    Let us know if you have any other questions or issues and have a great weekend!

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘blank space between menu and text when < 990px’ is closed to new replies.