Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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
    Gigoz

    #486132

    Hi 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,
    Dake

    #486250

    Hi Dake,

    Here is a screenshot as requested.

    View post on imgur.com

    Kind regards,
    Gigoz

    #486301

    Hey!

    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,
    Dake

    #486309

    Hi 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,
    Gigoz

    #486315

    Hi!

    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
    #546891

    Hi,
    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.

    #546900

    Hey!

    I edited Dake’s post and moved your URL into private content field :)

    Cheers!
    Yigit

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