Page 3 of 3

Re: No responsive template in joomla 4 migrated from joomla 3

Posted: 03 Nov 2023, 14:00
by forlx.62
Hello,

It's done in helix 3 CSS , thank you for your help

Kind Regards

Re: No responsive template in joomla 4 migrated from joomla 3

Posted: 03 Nov 2023, 16:18
by Jan
Hi,

BTW you can make the box image size to 100% with e.g.:

Code: Select all

#download-box div {
    width: 100% !important;
}
but then only the box will enlarge because the image does not have such width:

Image

BTW2 the width is managed by parameter: Detail Window Width in Phoca Gallery options

Image

Jan