change appearance in the menu

I have downloaded the Prebuilt websites https://themes.muffingroup.com/be/stylist/" and the menu appears differently, how can I leave it as it is in the pre-built wabsite.


as shown in the pre-built


as shown on my page


Comments

  • Hi,

    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.

    Thanks

  • Please, turn off all of the plugins, refresh your cache, and check if the problem persists.

    Moreover, if you use a child theme, switch to parent, and recheck it.

    Thanks

  • I activate the puglins in the menu and it shows me this way

    I would like it to be integrated into the menu correctly


    Link:http://box5786.temp.domains/~consfutu/

  • I want the languages ​​to be next to each other

  • Try the following CSS code:

    .menu .wpml-ls-item{
       float: left;
    }
    .menu #menu-item-wpml-ls-107-en{
       margin-left: 20%!important;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Thanks

  • Could you make the languages ​​a little smaller and lower them a bit, in order to differentiate them from the menu and make them the initials of the languages?


  • Please change the previous code I sent to the following one:

    .menu .wpml-ls-item{
      float: left;
      margin-top: 30px;
    }
    .menu #menu-item-wpml-ls-107-en{
      margin-left: 24%!important;
    }
    .menu .wpml-ls-item a span{
      font-size: 20px;
    }
    

    Thanks

  • Excuse me to finish the modification, can you place the languages ​​with their respective initials? EN DE ES

  • Unfortunately, it cannot be done with CSS.

    You should find it in the WPML settings.


    Best regards

  • Can you just put the color code #717171 in the languages?

  • and download the languages ​​also to the bottom of the page as the example


    example:


  • when changing languages ​​the menu moves


    you sent me this code to solve it last time

    1. .menu .wpml-ls-item{
    2.   float: left;
    3.   margin-top: 30px;
    4. }
    5. .menu #menu-item-wpml-ls-107-en{
    6.   margin-left: 24%!important;
    7. }
    8. .menu .wpml-ls-item a span{
    9.   font-size: 20px;
    10. }

    and the result was this:


    Could you send me a new code to solve it and make it look correct?


    The only difference is, leave triple the space between the menu buttons and the languages ​​and if possible the languages ​​are color coded #717171.


    thank you so much

  • Please do not create duplicate discussions.

    1) Please replace this part:

    .menu #menu-item-wpml-ls-107-en{
      margin-left: 24%!important;
    }
    

    With the following one:

    .menu .menu-item:nth-of-type(8){
     margin-left: 33%!important;
    }
    

    2) Font color can be changed in Betheme -> Theme options -> Colors -> Menu.

    Thanks

Sign In or Register to comment.