Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1414406

    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

    #1414444

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.