Page 1 of 1

[SOLVED] 2 columns in mobile unconfigured

Posted: Sat Jan 22, 2022 9:54 pm
by ssm971
Hello

I'm new to Opencart and I'm more of an administrator than a programmer... I put two columns for viewing in mobile (something that should be native to opencart) and the but that due to the size of the product name or something like that the columns disconfigure and do not stand side by side. I visualized in the responsive dimensions 320x480. how to hit this by CSS?

Opencart version 3.0.3.3 and standard theme.

right now, thank you
Image

Re: 2 columns in mobile unconfigured

Posted: Mon Jan 24, 2022 8:18 am
by hpwebdesign
add fixed height in container image
example :

Code: Select all

.product-thumb {
  height: 500px;
}

Re: 2 columns in mobile unconfigured

Posted: Mon Jan 24, 2022 8:01 pm
by paulfeakins
ssm971 wrote:
Sat Jan 22, 2022 9:54 pm
I'm new to Opencart and I'm more of an administrator than a programmer...
Then you should probably find a freelance developer or agency to work with.

Re: 2 columns in mobile unconfigured

Posted: Tue Feb 08, 2022 7:07 am
by ssm971
Thanks for the answers, I managed by limiting the title characters with an xml

Sincerely thank you