Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #724035

    Is it possible to have main menu on the home page display on the bottom while on the other page is still on the top right?

    mani menu

    • This topic was modified 7 years, 4 months ago by edinc79.
    #724251

    Hey edinc79,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #724382

    Thanks! Please see private content for URL.

    #724922

    Is this possible?

    #725446

    Hi,

    Can you please choose not to display header on your homepage – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/ and then add Fullwidth Sub Menu element below your image to display your menu items?

    Best regards,
    Yigit

    #725646

    Thanks! Your solution kind of worked.
    Now since I have Fullwidth Submenu, could I move the menu on top of the image (Fullwidth Easy Slider)?
    I searched for solutions to move the logo from the middle to bottom 200px, none worked.
    How can I do that?

    #725708

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .home .av-submenu-container {
        margin-top: -50px;
    }
    

    Best regards,
    Yigit

    #725918

    Unfortunately didn’t work!
    I also tried to add “!important”.
    Any other ideas?

    I’m trying to move the menu on the bottom of the image (see post #1 for screenshot)
    and get rid of space below the image above the copyright.

    #726595

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #726687

    thanks – see below
    also i added another issue – same website maybe you can take a look if you have time

    #726698

    Hi!

    There were some errors in your custom CSS code. I fixed them, please review your website now :)

    Best regards,
    Yigit

    #726713

    thank you.
    i am so sorry.
    3 things
    1) on other pages, the logo is too close to the left margin as well as contact menu item is too close to right margin
    2) any way to remove black bar/space below homepage image and above footer?
    3) remove black bar/space on contact page while on iphone

    #728269

    Hi,

    1. To push the header content away from margin we added the below code to Quick CSS

    /* Header Padding */
    #top #header_main > .container {
    	padding:0 2em;
    }

    2. Please check the test page (link in private).

    We added a fullscreen slider element with custom class name and negative top margin.
    And the below code in quick css

    /* Intro section */
    .home-slider {
      margin-top:-55px;
    }
    #top.page-id-1117 .av-submenu-container {
        margin-top: -54px;
        border: none!important;
    background:transparent!important;
        }
    /* End Intro Section */

    3. The background image is not tall enough please change the background image settings to Repeat Vertically or Cover.

    Best regards,
    Vinay

    #730742

    Thank You Vinay!

    How can I make navigation menu display on 1 line on iphone? On desktop it is fine. On iPhone it seems as it does not resize the menu fonts and it creates 2 rows. See private link for the screenshot.

    #731539

    Hi,

    please open a new ticket for a new question/issue.

    I can’t see any menu, but your hamburger menu on mobile. Make sure that you provide us a precise link where we can inspect the elements in question.

    Best regards,
    Andy

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.