New Landing How can we help? Themeforest Theme Support Dante Rows with white margins on small screens

Viewing 15 posts - 16 through 30 (of 30 total)
  • Posted in: Dante
  • #164074
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    .naked-header.naked-light #header-section #logo img.standard {
      display: none!important;
    }
    .naked-header.naked-light #header-section #logo img.light-logo {
      display: inline-block!important;
    }
    .naked-light #logo a.mobile-menu-show {
      color: #fff;
    }

    Should do it

    – Kyle

    #164077
    massappealdesigns
    Member
    Post count: 34

    hi, its now showing the dark logo on top of the white logo

    Darren

    #164185
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code also:-

    .naked-header .sticky-wrapper.is-sticky #logo img.light-logo{
    display:none !important;
    }
    
    .naked-header .sticky-wrapper.is-sticky #logo img.dark-logo{
    display:block !important;
    }

    Thanks
    Mohammad

    #164208
    massappealdesigns
    Member
    Post count: 34

    Hi, this is making things worse now, n desktop when http://dev.massappealdesigns.com/ when i scroll down the black logo appears but out of position, on mobile its still showing both logos on top of each other

    When I’m being told to insert code on the custom css, its not clear whether i should replace code or keep adding code

    Here is code I have so far fro all issues in the custom css box which includes the issue to remove padding from the rows which worked fine

    @media only screen and (max-width: 767px) {
    #page-wrap {
    padding: 0;
    }
    }

    .naked-header .header-wrap {
    position: absolute!important;
    }
    @media only screen and (max-width: 991px) {
    .naked-header #header-section, .naked-header #header-section:before, .naked-header #header .is-sticky .sticky-header, .naked-header .is-sticky #header.sticky-header {
    background: transparent!important;
    }
    }

    #logo img {
    padding-top:0;
    padding-bottom:0;
    }

    .naked-header.naked-light #header-section #logo img.standard {
    display: none!important;
    }
    .naked-header.naked-light #header-section #logo img.light-logo {
    display: inline-block!important;
    }
    .naked-light #logo a.mobile-menu-show {
    color: #fff;
    }

    .naked-header .sticky-wrapper.is-sticky #logo img.light-logo{
    display:none !important;
    }

    .naked-header .sticky-wrapper.is-sticky #logo img.dark-logo{
    display:block !important;
    }

    #164215
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please find this code:-

    .naked-header.naked-light #header-section #logo img.light-logo {
    display: inline-block!important;
    }
    
    And replace with :-
    .naked-header.naked-light #header-section #logo img.light-logo {
    display: inline-block ;
    }

    Thanks
    Mohammad

    #164222
    massappealdesigns
    Member
    Post count: 34

    thanks thats sorted the desktop version but the mobile version still has the black and white logo o top of each other, shall i send a screenshot?

    #164228
    massappealdesigns
    Member
    Post count: 34

    hold on maybe its a cache issue, let me check, thanks

    #164231
    massappealdesigns
    Member
    Post count: 34

    on safari on mobile seems fine but on chrome on mobile still has 2 logos on top of each other

    #164236
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please clear the cache of browser.
    Thanks
    Mohammad

    #164242
    massappealdesigns
    Member
    Post count: 34

    I did, empty the cache on chrome on iPhone, and still showing 2 logos on top of each other, or next to each in landscape

    #164248
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please add this custom css code also.

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
    @media only screen and (max-width: 1024px)
    body.naked-header .sticky-wrapper:not(.is-sticky) #logo img.retina, .naked-header #header-section #logo img.retina {
      display: none !important;
    }
    }

    Thanks
    Mohammad

    #164939
    massappealdesigns
    Member
    Post count: 34

    Hi, I’m sorry but this just isn’t working, I’m not sure whether to just pay someone to fix it, i was hoping to launch the site yesterday, the pages that have full screen images are still showing 2 logos on top of each other, i emptied the cache too

    Cheers

    Darren

    #164941
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code :-

    @media only screen and (max-width: 1024px){
    body.naked-header .sticky-wrapper:not(.is-sticky) #logo img.retina, .naked-header #header-section #logo img.retina {
      display: none !important;
    }
    }

    Thanks
    Mohammad

    #164952
    massappealdesigns
    Member
    Post count: 34

    Thank you Mohammed, finally worked, thanks for your time

    I have a few there very minor issues which i will start a new ticket for today then that should be that

    Thanks again

    Darren

    #164953
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    – Kyle

Viewing 15 posts - 16 through 30 (of 30 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