hello
i have a issue with tab in a ajax portfolio on mobile , the column is not wide enough and the content is not like it should be.
can you help me to resolve this ?
Hey mediafacto,
Thank you for the inquiry.
The ajax portfolio container doesn’t resize correctly on mobile view because of this css code.
.page-id-4808 .portfolio-preview-content {
width: 66.6%;
}
To fix this, please replace the css with this code.
@media only screen and (min-width: 989px) {
/* Add your Desktop Styles here */
.page-id-4808 .portfolio-preview-content {
width: 66.6%;
}
}
Best regards,
Ismael
Ha ok !….
Sorry
Thnaks à lot !