Home Forums WoodMart support forum control/expand header item length width ? Reply To: control/expand header item length width ?

#422249

Hello,

The issue on your Site is now adjusted with the help of the following Custom CSS applied:

This CSS was applied was in Global Custom CSS:

.whb-column.whb-col-center.whb-visible-lg {
    display: grid !important;
}

And this CSS was applied in Custom CSS for mobile:

.whb-column.whb-col-center.whb-visible-lg {
  display: none !important;
}

Location to find Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> there check the Global CSS section and Custom CSS for mobile.

Best Regards