New Landing How can we help? Themeforest Theme Support Dante Delete spacing in mobile

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Dante
  • #90032
    bigbangthinking
    Member
    Post count: 121

    Hi

    I would like to delete the areas as shown in the attached images in my mobile version.

    Thanks

    http://www.bigbangthinking.com/

    #90152
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (max-width: 480px) { 
    .header-container > .row, .header-5 header .container > .row, .header-6 header > .container > .row {
      height: 80px;
    }
    }
    

    For the space at the bottom, you need to go to Theme Options > Footer and disable the footer widget area, as you are not using it

    – Kyle

    #90360
    bigbangthinking
    Member
    Post count: 121

    Kyle

    ItΒ΄’s not working

    πŸ™

    #90369
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Seems to be working fine for me (see screenshot)

    Try clearing your cache

    – Kyle

    Attachments:
    You must be logged in to view attached files.
    #90385
    bigbangthinking
    Member
    Post count: 121

    Kyle

    Yes it works in the front page, but not in portfolio items and other pages.

    πŸ™‚

    #90671
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try adding this:

    @media only screen and (max-width: 480px) { 
    .single-portfolio .page-heading {
      padding-top: 10px!important;
    }
    }

    – Kyle

    #91032
    bigbangthinking
    Member
    Post count: 121

    Thanks Kyle. Now it works in portfolio. But still nedd regular pages like:

    http://www.bigbangthinking.com/contact/

    http://www.bigbangthinking.com/about/

    Thanks

    Gonzalo

    #91121
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this: instead of the above:

    @media only screen and (max-width: 480px) { 
    .page-heading {
      padding-top: 10px!important;
    }
    }

    – Kyle

    #97726
    bigbangthinking
    Member
    Post count: 121

    πŸ˜‰ Done

    Thanks

    #97752
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome. I’m glad that issue resolved. Thanks Kyle :-).
    With Best Regards
    Swift Ideas

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register