Home Forums WoodMart support forum widget problem

widget problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #153617

    masood nikroo
    Participant

    Hello,
    i added a widget to mobile menu but i want to put this widget upper and little bit go to left.

    https://drive.google.com/file/d/1LGaES5Dm54yFiu5J1dTxT0Ef8_BDdbG9/view?usp=drivesdk

    how can i fix this?
    Regards.

    #153780

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    To move that widget a little bit left and a little bit upward you can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS:

    .mobile-nav .country-selector.weglot-dropdown {
        margin-left: 20%;
        margin-top: -10px;
    }

    Best Regards.

Tagged: 

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