Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #597125

    I am trying to display a custom menu widget I created horizontally instead of vertically in the footer. How do I go about doing this? I would also like to display this menu in line with a text widget in a particular column of the footer.

    -Mike

    #597487

    Hi Mike,

    I’m not sure I understand what you mean by that, could you link to the page in question and try to explain a bit further please? Screenshot highlighting the issue might help as well.

    Thanks,
    Rikard

    #599233

    Hi Rikard,

    I have included a link. At the bottom left of the page you see “Terms” and “Privacy” listed above each other. How do I make them appear next to each other (horizontally)? And how do I center that next to the copy right section in the middle?

    #599250

    Hey!

    Add the following code to the Quick CSS field in the theme options to display the footer menu items horizontally:

    #menu-terms-and-privacy a {
        display: inline;
    }
    
    #menu-terms-and-privacy li {
        display: inline;
    }

    For your second question, you wish to move the menu next to the copyright text? Not sure if that is what you meant because they are in two different columns.

    Regards,
    Jordan

    #599316

    Hi Jordan,

    That worked for Terms and Privacy. If I put it in the second column with the copyright, how would I make that all one line?

    -Michael

    #599475

    Hi,

    Please try the following CSS as well:

    #nav_menu-5, #text-7 {
    display:inline-block !important;
    }

    If that doesn’t work then please add you information to the Copyright field under Footer in the theme option, that would probably be easier than using widgets.

    Thanks,
    Rikard

    #600031

    Hi Rikard,

    That unfortunately did not work. I can not add it to the copyright field since it is a custom menu. The terms and privacy takes you to another page. Also, the copyright section is a custom text field in a column in the footer. How do I make the custom menu “Terms” and “Privacy” inline with the “Copyright” text?

    #600062

    Hi!

    We would like to take a closer look at it and set it up for you please create a temporary user with ‘administrator’ role and share in private content with a mockup of how you want the footer to look. please upload mockup to dropbox and share the link here.

    Cheers!
    Vinay Kashyap

    #710012

    Hi Vinay,

    Just getting back to this. See private content for info.

    #710135

    Hi,

    Login details are not working, could you check/verify please?

    Best regards,
    Rikard

    #710144

    See below for updated password.

    #710602

    Hi!

    If I’m not mistaken, you want to Copyright inline with terms and privacy? if that is correct, probably the best solution is to use an html widget and not use the custom menu.

    Regards,
    Nikko

    #712295

    Hi Nikko,

    Ok, now I have converted the Terms and Privacy to a text widget. How do I line it up with the copyright? So how do I make two text widgets inline?

    – Michael

    #712302

    Hi Michael,

    What I’m suggesting is not making 2 widgets inline but use 1 widget and put terms, privacy and copyright, you will need to write a bit of html just like this one and put this code in an html widget:
    <a href="https://www.vinsight.co/terms/">Terms</a><a href="https://www.vinsight.co/privacy/">Privacy</a><span>© Copyright - Vinsight 2016</span>
    Hope this helps :)

    Best regards,
    Nikko

    #712642

    That worked! Thanks, much appreciated.

    – Michael

    #712741

    Hi!

    Glad we could help :)

    Cheers!
    Nikko

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Horizontal Custom Menu Widget in Footer’ is closed to new replies.