-
AuthorPosts
-
July 7, 2015 at 12:48 pm #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.
July 7, 2015 at 5:30 pm #469845Hi 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!
ElliottJuly 7, 2015 at 6:33 pm #469889Hi
See url in private.I changed the button text to “VIEW PRICE & GET STARTED”. Waiting for your support.
Thanks
July 8, 2015 at 8:19 pm #470529Hey!
Please add following code to Quick CSS
li.menu-item-top-level-7 { position: relative; left: 10%; }
Regards,
YigitJuly 9, 2015 at 5:40 pm #471037Yigit,
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
July 10, 2015 at 1:21 pm #471422Hi!
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,
AndyJuly 10, 2015 at 1:38 pm #471430Andy – 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
July 13, 2015 at 9:58 am #472204Hey!
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!
AndyAugust 3, 2015 at 10:18 pm #482428Hi,
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,
GigozAugust 4, 2015 at 11:18 am #482613Hi!
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,
AndyAugust 4, 2015 at 12:02 pm #482626Hi 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
GigozAugust 4, 2015 at 2:06 pm #482674Hi!
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,
YigitAugust 4, 2015 at 3:14 pm #482738Much appreciated Yigit and Andy. It worked perfectly!.
Regards,
Gigoz- This reply was modified 9 years, 4 months ago by gigoz.
-
AuthorPosts
- The topic ‘Move right end menu of fullwidth menu to the far right’ is closed to new replies.