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

    I want to have these images show larger with less space in between them: http://arciform.staging.wpengine.com/homes/ (hosted on WPengine)

    #979527

    Hey Michael,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 768px) { 
    #top.page-id-1448 .avia-content-slider1 article.slide-entry.av_one_fourth {
        margin-left: 1% !important; 
        width: 24% !important; 
    }
    }

    Best regards,
    Mike

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