Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #42931
    marynarod
    Member
    Post count: 3

    Hi!

    First of all, thanks for the theme. I really like it. But I’m having some problems with the sticky menu. It’s shifted to the right. Could you take a look of it (http://www.grupodisenoypublicidad.com/dante/)?
    I would also like to delete the line under the menu items. How can I do that?
    And my last question (for the moment!), is it possible to remove the portfolio showcase links?

    Thanks for your help.

    #43057
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi @marynarod

    Did you follow the knowledgebase article http://support.swiftideas.net/knowledgebase/replicating-the-demo-naked-header-example/ ?

    To remove the line add this to your custom css:

    nav#main-navigation .menu > li:hover span.nav-line, nav#main-navigation .menu > li.current-menu-item span.nav-line, nav#main-navigation .menu > li.current-menu-ancestor span.nav-line {
      display: none;
      width: 0;
    }

    – Kyle

    #43874
    marynarod
    Member
    Post count: 3
    This reply has been marked as private.
    #44162
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’ll forward this to the developer.

    – Kyle

    #44200
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Add this custom css too:

    #header .is-sticky .sticky-header {
    left: 0;
    }

    That should do it!

    – Ed

    #45361
    marynarod
    Member
    Post count: 3
    This reply has been marked as private.
    #45971
    Melanie – SUPPORT
    Member
    Post count: 11032

    You could target the css only for desktop like so:

    
    @media only screen and (min-device-width: 480px) {
    
    #header .is-sticky .sticky-header {
    left: 0;
    }
    
    }
    
    #48327
    marynarod
    Member
    Post count: 3
    This reply has been marked as private.
    #49441
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi marynarod ,

    Were you able to resolve these issues in the latest theme version 2.13 .

    Thanks
    Tahir

Viewing 9 posts - 1 through 9 (of 9 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