-
AuthorPosts
-
March 12, 2016 at 5:28 am #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
March 14, 2016 at 4:39 am #597487Hi 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,
RikardMarch 16, 2016 at 9:25 pm #599233Hi 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?
March 16, 2016 at 9:45 pm #599250Hey!
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,
JordanMarch 17, 2016 at 1:18 am #599316Hi 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
March 17, 2016 at 7:35 am #599475Hi,
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,
RikardMarch 18, 2016 at 2:34 am #600031Hi 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?
March 18, 2016 at 4:57 am #600062Hi!
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 KashyapNovember 9, 2016 at 2:01 am #710012Hi Vinay,
Just getting back to this. See private content for info.
November 9, 2016 at 9:55 am #710135Hi,
Login details are not working, could you check/verify please?
Best regards,
RikardNovember 9, 2016 at 10:17 am #710144See below for updated password.
November 10, 2016 at 9:47 am #710602Hi!
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,
NikkoNovember 15, 2016 at 3:19 am #712295Hi 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
November 15, 2016 at 4:36 am #712302Hi 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,
NikkoNovember 15, 2016 at 10:25 pm #712642That worked! Thanks, much appreciated.
– Michael
November 16, 2016 at 5:00 am #712741Hi!
Glad we could help :)
Cheers!
Nikko -
AuthorPosts
- The topic ‘Horizontal Custom Menu Widget in Footer’ is closed to new replies.