mega menue text align right - custom css

Hi

I have 2 questions

1- how can I make my mega menu text-align to the right?

2- where can I find good tutorials or instructions for using custom CSS in wrap, section, or element?

coz whenever I add CSS code to that nothing changes.


regards

Comments

  • Hi,

    1) Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    It is always a good idea to also attach a screenshot showing what you refer to.

    2) Please see the following article:

    https://support.muffingroup.com/how-to/how-to-add-custom-classes-and-css/

    At the end of it, you will find a video tutorial regarding custom CSS.


    Best

  • Hi

    thanks for your reply. For the second question, I watched it before but it was not that helpful, for example for 1st question when I added CSS to make my text-align to the right it was not changed.

    For 1st my site is offline(localhost). but my question is very simple. As you see in the attached images first image shows the simple mega menu that is aligned to the left and in 2nd picture I show that I want to text part to become aligned to the right. That simple.


  • Try the following CSS code:

    .mfn-mm-menu-vertical li a{
     justify-content: end;
    }
    

    Best regards

  • its work

    Thank you

Sign In or Register to comment.