Block two elements from responsive page.

Posted in: Newsmag
Post count: 199

Hello, we wanted to block these two items to tablets and smartphones -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-06-07%20alle%2015.50.06.jpg

We tried putting Hide in Visual Composer but does not work -> https://dl.dropboxusercontent.com/u/22334399/Schermata%202015-06-07%20alle%2015.55.25.png

We have also created the extra class “ad-630” which blocks the responsive but not working. What can we do?

This is the page -> http://overpress.it/wwdc-2015/

Thanks

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css, it should work using !important tag: http://screencast.com/t/KabPJroFg3i

@media(max-width: 1023px){
.ad-630 {
display: none !important;
}
}

Thanks!

Post count: 199

Works. Thank you!

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