New Landing How can we help? Themeforest Theme Support Dante Mobile header with to much space around logo an menu

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Dante
  • #314102
    marcmelo
    Member
    Post count: 35

    hi guys. on my website i have the menu inside the fancy header picture. there is no space at the top or the bottom. only the pic.
    on mobile device the logo and the menu is in a bis box. and under the box is the header picture.
    is it possible to put the logo and the menu into the picture with no space above?

    i hope you can help me

    regards, marc

    Attachments:
    You must be logged in to view attached files.
    #314352
    David Martin – Support
    Moderator
    Post count: 20834

    Sounds like you want to use this CSS:

    @media only screen and (max-width: 767px) {
    .header-overlay.layout-fullwidth .fw-header.container {
        padding: 0;
    }
    }
    #314482
    marcmelo
    Member
    Post count: 35

    thx for your help, but the problem is still there

    #314485
    marcmelo
    Member
    Post count: 35

    here’s a screenshot

    Attachments:
    You must be logged in to view attached files.
    #314488
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Instead of placing the code in style.css, place it inside the custom css option in the theme options.

    -Rui

    #318768
    Nico
    Member
    Post count: 20

    Hi, I have the same issue as marcmelo and I tried to solve it with the above code. didn’t help unfortunately. Any idea? Alternaively, how could I change the background color to white?

    the link: drupal.verdulade.de

    Also if I open the menu and close it again, the picture (rev slider) is moved to the right so only half of it is visible. It can be moved back to center if you click on the logo on top.

    thanks!

    #318770
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try to add the code below to your custom css option.

    @media only screen and (max-width: 767px){
    #header .is-sticky .sticky-header {
        padding: 0px!important;
    }
    }
    
    @media only screen and (max-width: 767px){
    .layout-fullwidth .fw-header.container, .layout-fullwidth .fw-header .container {
        padding: 0px!important;
    }
    }

    -Rui

    #318820
    Nico
    Member
    Post count: 20

    Hi Rui, unfortunately this didn’t help. See screenshot attached (also checked on my samsung phone).

    Attachments:
    You must be logged in to view attached files.
    #318824
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    can you provide admin credentials to look at the custom css?
    If you have any cache plugin, don’t forget to purge the cache.

    -Rui

    #318829
    Nico
    Member
    Post count: 20
    This reply has been marked as private.
    #318840
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Thanks. Can you check again, already made some adjustments.

    -Rui

    #318847
    Nico
    Member
    Post count: 20

    I’m afraid it didn’t help. Just to be sure we are talking about the same:

    If I click the menu and the close it with the X the header (slider revolution) is moved to the right. Mobile version!

    Also, the the logo is still on top and not integrated in the slider, background still dark grey.

    #318849
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I was thinking you were talking about the logo space.

    Regarding the slider it’s working fine on my Android, try in a real device because those emulators can have different results that aren’t real.

    https://www.dropbox.com/s/adlxwu8zqww9hxv/Screen%20Capture%20on%202017-03-28%20at%2016-24-30.gif?dl=0

    -Rui

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

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

License required for the following item
Login and Registration Log in · Register