I’m not able to find the option to make this section left aligned

This topic has 4 replies, 2 voices, and was last updated 1 years, 6 months ago ago by Tony Rodriguez

  • Avatar: Manish Singh
    Manish Singh
    Participant
    May 2, 2023 at 07:10

    Hello,

    The screenshot that I have attached is from the more options menu we get on mobile devices where I’m not able to find the option to make this section left aligned.

    Screenshot
    https://postimg.cc/dLGfT9HG

    3 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    May 2, 2023 at 07:53

    Hello @Manish Singh,

    To align the more options menu to the left on mobile, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache to view the changes. The result should look like the image provided at the following link: https://postimg.cc/3d29Zhkd

    @media (max-width: 767px){
    .menu-main-container ul#menu-all-category-1 {
        padding-right: 200px !important;
    }
    }

    We thank you for your cooperation and remain at your disposal.

    Best Regards,
    8Theme’s Team

    Avatar: Manish Singh
    Manish Singh
    Participant
    May 2, 2023 at 08:14

    what I need was left alignment for the icon and the text too, this does not look good

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    May 2, 2023 at 09:35

    Hello, Manish Singh,

    Alright, To align the more options menu items and text to the left on mobile, please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache to view the changes. The result should look like the image provided at the following link: https://postimg.cc/rzb58DKR

    @media (max-width: 767px){
    .et-mobile-panel .et-content_toggle .et-content .menu-main-container li {
        justify-content: unset !important;
    }
    }

    Best Regards,
    8Theme’s Team

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘I’m not able to find the option to make this section left aligned’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.