Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi, I have used your demo for business clean as a starting point for our site.
I have updated my portfolio items however, now the featured images (slider) on the home page section, do not seem to be responding correctly on a mobile phone.
These seem to be far too large and off centre and with the need for a left/right swipe to read the headings
Please see https://development.localpublishing.co.uk – on a mobile
Thanks
Same Issue here https://support.codeless.co/?topic=problems-with-the-pages-and-its-mobile-version-with-portfolio-section
Hello,
@harryhayes,
Sorry for the late reply.
Please add these lines into your custom css box:
@media (max-width: 767px){
.portfolio-item img { width: 34%;}
.portfolio-item.chrome .overlay span { width: 34%; }
.portfolio-item.chrome .show_text h5 { text-align: left;}
.portfolio-item.chrome .show_text {width: 50% !important;}
}
Let us know.
Best regards!
You must be logged in to reply to this topic.