-
AuthorPosts
-
August 11, 2015 at 5:25 am #485741
Hi,
This support is a continuation of this https://kriesi.at/support/topic/move-right-end-menu-of-fullwidth-menu-to-the-far-right/.
Below is my request:
I noticed that when I have 7 buttons in my fullwidth submenu it arranges as I want it. But if I have less or more buttons it gets broken. That means The Red ” Request Free Information” then goes at of place. How can I keep the red button always on the extreme right and keep the other buttons to extreme left no matter the number of buttons I created on a page.
Screenshot: http://i.imgur.com/9xZQQRW.png
Thanks
GigozAugust 11, 2015 at 7:24 pm #486132Hi gigoz!
Please add and remove a submenu and take a screenshot of each so we can have a proper idea of what happens to the “Request” button.
Best regards,
DakeAugust 12, 2015 at 12:32 am #486250August 12, 2015 at 5:14 am #486301Hey!
The css that was provided in the thread you posted affects the 7th submenu item.
.av-subnav-menu li.menu-item-top-level-7 { float: right; }
So if a submenu item is removed or added to the list, you will need to increase or decrease the 7 in the above css accordingly.
Best regards,
DakeAugust 12, 2015 at 6:56 am #486309Hi Dake,
Thank you for your help. However, all pages do not have same number of menu items. some page have 5 menu items, some 6, 7 and some even 3 items. How can I make the css take care of this variations? Please advice.
Regards,
GigozAugust 12, 2015 at 7:07 am #486315Hi!
You can attach a page-id to each individual submenu css, so it only applies to the specified page/post. For Example:
.page-id-8705 .av-subnav-menu li.menu-item-top-level-7 { float: right; }
Cheers!
Dake- This reply was modified 8 years, 11 months ago by Yigit. Reason: moved content to private content field
December 4, 2015 at 11:38 am #546891Hi,
I was wondering if you could hide my url from this post. I do not want it public as it is showing up on google search.December 4, 2015 at 12:05 pm #546900 -
AuthorPosts
- You must be logged in to reply to this topic.