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

    Hey guys,
    See this test page here: http://www.tcink.com.au/images-test/

    I need to be able to to eliminate the padding on each side of my 4 images, so as they stretch full width, much like the portfolio feature does. They currently are sitting in 1/4 layout elements.

    The custom CSS I’ve put in place already is as follows:

    div .av_one_fourth {
    margin-left: 0%;
    width: 25%;
    }
    
    .content, .sidebar {
    padding-top: 0px;
    }
    
    .responsive .container {
        max-width: 1583px !important;
    }
    
    .responsive .container {
        max-width: 100%;
    }

    Thanks!
    Tom

    #408809

    Hey tcink!

    Please add following code to Quick CSS as well

    .page-id-502 #after_layer_slider_1 .content {
      padding: 0;
    }
    .page-id-502 #after_layer_slider_1 .container {
      max-width: 100%;
      padding: 0;
    }

    Best regards,
    Yigit

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