-
Author
-
June 19, 2017 at 19:05 #164651
info@webodew.com
ParticipantI 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
June 20, 2017 at 22:34 #164785Laura
ModeratorHello, 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 solutionJuly 3, 2017 at 22:44 #166132info@webodew.com
ParticipantThanks 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,
VitorJuly 3, 2017 at 23:46 #166152Laura
ModeratorHello, 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 solutionJuly 4, 2017 at 08:25 #166189info@webodew.com
ParticipantHi
here’s the access:https://webodew1.wpengine.com
u: support@seventhqueen.com
p: PowerfulTh3mePlease let us know.
Thanks 🙂July 4, 2017 at 15:10 #166233Laura
ModeratorHello, 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 solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.