Hi, Is there a way to have the Grid section on tablet Picture show better. I have added some custom views in the responsive section but the tablet horizontal is cut off. I was able to fix vertical using the responsive settings
Hey michelleornest,
Thanks for the screenshot and the link to your site, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (min-width: 990px) and (max-width: 1439px) {
#top.home #best-rated .av-gridrow-cell.avia-builder-el-last {
background-position-x: 50%;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike