Hi
Could you help me with the formatting of the project grid when you resize the browser window please. Some of the info (the logo) on the right hand side drops off the assigned area when the browser window goes small and the text is displayed underneath the images.
Details are below in private.
Thank you!
Hey june,
Can you please provide us with login access for site, I can see only the admin info
Best regards,
Basilis
Hi Basilis
Is there anything else you need other than what I sent in private mode?
Hi june,
Could you please attach some screenshots of the issue?
Best regards,
Victoria
Yes, sorry. I meant when you click on the project.
Hi,
Thank you for using Enfold.
This css code should fix it.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.portfolio-preview-content div .flex_column {
float: none;
}
}
Best regards,
Ismael
Amazing, thank you Ismael! That solved the issue :)