Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support lavendervu2510

    (@lavendervu2510)

    Hi,

    The issue pertains to mobile responsiveness, where the layout collapses into a single column on mobile devices as if the layout remains full horizontally like on the PC, the content will become small.

    Best regards.

    Thread Starter skysky

    (@skyfranky)

    but why not left aligned in mobile?

    Plugin Support angelagrey

    (@angelagrey)

    @skyfranky

    The alignment of elements in mobile view is intentionally set to center alignment as part of the design choice for better readability and user experience on smaller screens. This ensures consistency and clarity across various devices and screen sizes.

    If you have any further questions or need assistance with customization, please feel free to let us know.

    Thread Starter skysky

    (@skyfranky)

    thanks for the reply. Where is the css codes to change left aligned in mobile view?

    Plugin Support lavendervu2510

    (@lavendervu2510)

    Hi,

    Please try the below custom CSS, add it to the custom CSS section of the plugin, see this: https://ibb.co/GMnFH86

    @media only screen and (max-width: 414px) {
    .viwec-center-on-mobile p {
        text-align: left !important;
    }
    .viwec-responsive-center, .viwec-responsive-center p {
        text-align: left!important;
    }
    }

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘long product option fields alignment issue in mobile view’ is closed to new replies.