Home>Support>Menu settings
  1. 9 years, 3 months ago Renata Barcelos Le Gohébel

    instead of *

    hope i’ve been clear enough.

  2. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Renata

    It is possible but will require a lot of Custom CSS specific to the site.

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

    Thanks

    Magus

  3. 9 years, 3 months ago Renata Barcelos Le Gohébel

    Hi Magus,

    thank you for your answer. My website is not ready yet but sure you can have a look:
    http://www.maigrirdefinitivement.fr

    You said it is possible to set the menu in the main picture but it will require a lot of custom CSS. How would this work?
    I must admit I don’t have much knowledge in custom CSS but I am really curious and always looking forward to learn something new.

    Thank you again and have a good evening.

    Renata

  4. 9 years, 3 months ago Magus
    Hi, I Work Here

    Hi Renata

    I see that you have used a child theme to position the meta-slider above the menu. This is fine, but you will need to ensure that the image on the slider is viewable in full size at all resolutions. To do this you will need to resize your image to be at the same aspect ratio as an image of 1903 x 330. Currently on my screen when viewed at full size I cannot see the text in the bar at the bottom.

    Where about on the image do you want the menu to sit. At the top or bottom, left or right. If you could mock up an image for me to work from and upload it to your site for me to view I can give you the CSS needed to move the menu bar.

    Magus

  5. 9 years, 3 months ago Private Message - Renata Barcelos Le Gohébel

    This is a private message.

  6. 9 years, 3 months ago Renata Barcelos Le Gohébel

    Magus, hello !

    How are you today?

    I finally got the picture. I would like the menu to be in the orange bar at the bottom, from the left side of the main picture.
    How could I mock up the picture?

    I have uploaded to my website already, you can have a look on http://www.maigrirdefinitivement.fr

    Thank you, hope you’re having a good day.

    Renata

  7. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    Hi Renata

    Apologies for the extended delay.

    If you’d like to place a menu in the footer you can do so by inserting a Custom Menu widget at Appearance > Widgets > Footer.

  8. 9 years, 2 months ago Andrew Misplon
    Hi, I Work Here

    If you’d like to make the menu in your footer horizontal, try adding the following to Appearance > Custom CSS:

    /* Vantage Horizontal Footer Menu */
    
    #footer-widgets .widget.widget_nav_menu {
    width: 100%;
    }
    #footer-widgets .widget.widget_nav_menu ul {
    text-align: center;
    }
    #footer-widgets .widget.widget_nav_menu li {
    display: inline-block;
    float: none;
    margin-right: 16px;
    }
    #footer-widgets .widget.widget_nav_menu li:before {
    content: "\007C";
    font-family: FontAwesome;
    margin-right: 16px;
    }
    #footer-widgets .widget.widget_nav_menu li:first-of-type:before {
    content: none;
    margin-right: 0;
    }
    #footer-widgets .widget.widget_nav_menu li:last-of-type {
    margin-right: 0;
    }
    
Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More