Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #469592

    Hi, I was wondering if you could help me with this. See attached image: http://i.imgur.com/2i5zsx3.png?1

    I would like to move the red button on the right end of the fullwidth menu to the far right while other button remain at the extreme left. Please help. I have attached url as well in private. Login to WP added as well in private.

    #469845

    Hi gigoz!

    I did not see the menu anywhere. Send us a link to the exact page where your using it and we’ll take a look.

    Cheers!
    Elliott

    #469889

    Hi

    See url in private.I changed the button text to “VIEW PRICE & GET STARTED”. Waiting for your support.

    Thanks

    #470529

    Hey!

    Please add following code to Quick CSS

    li.menu-item-top-level-7 {
      position: relative;
      left: 10%;
    }

    Regards,
    Yigit

    #471037

    Yigit,

    Thanks for your help. i noticed that the code works for the woocommerce product pages but does not apply to the standard WP pages. Please check this for me. See example of a page I am talking about.

    Also, how can I control when the fullwidth menu breaks. I noticed that as the page gets smaller because I have lots of buttons on the menu it breaks into the page and goes at of shape. How can i set a breaking point for the fullwidthmenu?

    Thanks

    #471422

    Hi!

    try this code:

    li.menu-item.menu-item-top-level.av-menu-button.av-menu-button-colored.menu-item-top-level-5 {
    left: 10%;
    }
    

    Regards,
    Andy

    #471430

    Andy – Thanks for your help. I would like the red button on the menu on extreme right and the rest on extreme left. when I select the left alignment option. At the moment it moves both the red button to the left too. See attached url

    Please check.

    Thanks

    #472204

    Hey!

    not sure what you mean, as I can’t see any difference on the link you have provided. Screenshots would help (imgur, dropbox).
    However, it sounds to me as other elements would move as well, when using my code, right? if that’s the case you would need to turn on custom class for all ALB elements, to give the element in question a unique CSS class: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Andy

    #482428

    Hi,

    I have turm on the custom class. Please would you advice me on how I can move the last button on the right to extreme right and every other buttons to the extreme left? I would appreciate you help.

    Regards,
    Gigoz

    #482613

    Hi!

    about which button are you talking about? please send us a link showing the element in question. I tried the link you have provided in your previous post, but don’t know which button you mean. Screenshots could help (imgur, dropbox).

    Best regards,
    Andy

    #482626

    Hi Andy,

    Thank you for coming back to me so quickly. See the link to the reference page in private section. Also here is a link to the section of the page that i need your attention. http://i.imgur.com/dwnISCL.png . I have also attached login details to our website.

    Thanks
    Gigoz

    #482674

    Hi!

    Please add following code to Quick CSS

    #sub_menu1 .av-submenu-pos-center {
        text-align: left;
    }
    .av-subnav-menu li.menu-item-top-level-7 {
        float: right;
    }

    and then remove following code from your custom CSS

    li.menu-item-top-level-7 {
        position: relative;
        left: 10%;
    }

    Regards,
    Yigit

    #482738

    Much appreciated Yigit and Andy. It worked perfectly!.
    Regards,
    Gigoz

    • This reply was modified 9 years, 4 months ago by gigoz.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Move right end menu of fullwidth menu to the far right’ is closed to new replies.