Grey Block under Slide Images probably something simple?

Posted in: Newspaper
Post count: 4

Hi Guys this is probably something very simple! there is a grey box under my main slide image, whats the easiest way to get rid of it?

Link to work in progress site http://ajmakeup.wpdev.gigastence.ie/

Thanks in advance

Post count: 4

Just found the issue when you change the site to Full responsive 980px it creates a grey bar under the slide images is there a simple fix for this?

Post count: 3343

Hello,
We will fix this in the next update, until that you can add this in CSS panel section

@media (min-width: 1200px) {
  .iosSlider-col-2, .iosSlider-col-2 .item {  
    height: 321px !important;
  }
}
.iosSlider-col-1, .iosSlider-col-1 .item {
  height: 320px !important;
}
@media (min-width: 1200px) {
  .iosSlider-col-1, .iosSlider-col-1 .item {
    height: 318px !important;
  }
}
@media (min-width: 768px) and (max-width: 1018px) {
  .iosSlider-col-1, .iosSlider-col-1 .item {
    height: 240px !important;
  }
}

Thanks for the message!

Post count: 4

Thanks guys this did the trick

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.