-
Author
-
June 19, 2017 at 19:05 #164651info@webodew.comParticipant
I want to have the sub-menu aligning to the right instead of left side. The class being used by that element is “pull-left”.
You can see the example screenhshot attached (pull-left.png) how it is done by the theme, and the screenshot (pull-right.png) how I want it to be (at this moment, hard-coded “pull-right” in the “lib/menu-walker.php”).
Is there any way to achieve this by using the theme’s custom CSS?
Thanks in advance!
Vitor
Attachments:
You must be logged in to view attached files.June 20, 2017 at 22:34 #164785LauraModeratorHello, try by adding this to style.css of child theme
COPY CODEul.dropdown-menu.sub-menu.pull-left { float: right !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 3, 2017 at 22:44 #166132info@webodew.comParticipantThanks for your assistance.
Unfortunately that does not seem to solve the issue. I’ve checked on Chrome Developer Tools this change is being applied, but the menu still looks the same.
Can you please let me know how to get it working?
Thanks,
VitorAttachments:
You must be logged in to view attached files.July 3, 2017 at 23:46 #166152LauraModeratorHello, can you share access so i can check it out? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 4, 2017 at 15:10 #166233LauraModeratorHello, please try
COPY CODEli#menu-item-2883 ul.dropdown-menu.sub-menu.pull-left { margin-left: -125px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.