This topic has 6 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #164651
     info@webodew.com
    Participant

    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.
    #164785
     Laura
    Moderator

    Hello, try by adding this to style.css of child theme

    COPY CODE
    
    ul.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 solution

    Laura 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 🙂

    #166132
     info@webodew.com
    Participant

    Thanks 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,
    Vitor

    Attachments:
    You must be logged in to view attached files.
    #166152
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #166189
     info@webodew.com
    Participant
    This reply has been set as private.
    #166192
     info@webodew.com
    Participant
    This reply has been set as private.
    #166233
     Laura
    Moderator

    Hello, please try

    COPY CODE
    
    li#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

    Laura 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 🙂

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?