New Landing How can we help? Themeforest Theme Support Flexform No menu in mobile version

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Flexform
  • #64888
    leggero
    Member
    Post count: 107

    Hi

    I wanted to create a simple site with no menu. This works fine for the desktop version, but not for the mobile version:

    http://www.franzos.ch/franzos-alt2/

    Any ideas how to “un-display” the menu?

    WordPress 3.8.1 running Dante theme, v. 2.52

    Best regards

    Caspar

    #64890
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this custom css:

    .visible-sm.visible-xs.mobile-menu-show {
      display: none !important;
    }

    – Kyle

    #64905
    leggero
    Member
    Post count: 107

    Thanks kyle, works perfect!

    Any chance to adjust the logo in the center and reduce the white space underneath?

    Best regards

    #64910
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this custom css:

    #logo a {
      float: none;
    }

    For the space, you need to add mt0 to the extra class field of your first section.

    – Kyle

    #64916
    leggero
    Member
    Post count: 107

    Thanks Kyle, the floating works.

    I didn’t get the mt0 part though. Do you mean in css oder or custom fields?

    Best

    Caspar

    #64921
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    In your first parallax section, in the extra class field at the bottom of the options, add mt0

    – Kyle

    #64934
    leggero
    Member
    Post count: 107

    perfect! thanks a lot for the quick and efficient support!

    #64940
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

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

You must be logged in to reply to this topic.