We installed and are using the Phio template, but are having a few issues.
Hi stimulus,
To resolve this issue, you can add the following CSS code to the Backend > ja phio > tools > Custom CSS:
.t4-wrapper { border: 0; }
dominic
Is there a way to make the whole website full-width? The sides that are gray?
Hi stimulus, The CSS code will remove the gray area, I have checked and see that your site looks good without a gray area. Could you send me a screenshot of the area that you mentioned?
You can see a screenshot below. This is happening on larger monitors, like iMac screens. So the gray isn't on the top anymore, it is just on the left and the right. I have this issue with multiple sites from Joomlart, but I definitely want to fix it with this one.
Hi stimulus, Yes, the template max-width is 1920px. If you want to show full-width on larger monitors, you can add the following CSS code to your site:
@media (min-width: 1925px) { .t4-wrapper { max-width: 100%; } }
Hope this helps!