Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #390443

    Having lots of issues with the fullwidth sub menu on tablet devices. The sticky feature does not work well at all. Could you enable the same mobile features for tablet or fix the issues on tablet.

    Also having an issue with spacing at the top of the page between the menu and content on tablet.

    #391039
    This reply has been marked as private.
    #392140

    Hey!

    1- This code you have is causing the gap

    .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
    padding-top: 140px;
    }

    2- Please add following code to Quick CSS

    @media only screen and (max-width: 990px) {
    span.subtext {
    display: none;
    }}

    Best regards,
    Yigit

    #392196
    This reply has been marked as private.
    #392487

    Hey!

    Add this on the Quick CSS field:

    @media only screen and (max-width: 990px) {
    .html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
    padding-top: 0 !important;
    }}

    Best regards,
    Ismael

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