M
M
Mvmolkov2018-12-12 14:41:40
css
Mvmolkov, 2018-12-12 14:41:40

How to remove ads on the site?

Hello people, such a problem on the landing page appears a block with ads that are not in the code.
Landing was developed from scratch.
no left js took js
used:

  • bootstrap
  • fancy box
  • jQuery
  • jquery.maskedinput
  • owl.carousel
  • slick-carousel

Despite the fact that advertising does not appear every time and only iPhones.
There were no viruses on the hosting, we had an aibolit.
5c10f32d628f8426873269.jpeg

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
dom1n1k, 2016-01-28
@dom1n1k

Make up the table as usual.
And on small screens, make cells display: block plus float: left. For the first cell, then specify width: 100%, for the rest, 25%.
Of course, you need to tweak the display of the tr, tbody tags, and so on.
Alternatively, you can turn each line into a flex box, but I don’t see any special profit from it here.

Z
zwoc, 2016-01-28
@zwoc

Why does it have to be in blocks?
It is possible to impose simply through table. In addition, you can read about tables in html5 - if my memory serves me, then there are much more opportunities for further adaptation to various devices.

I
Ilya Pankov, 2016-01-29
@drpankoff2013

what if... read the foundation documentation?)

D
Dmitry, 2016-03-03
@ddimonn8080

https://css-tricks.com/responsive-data-tables/
I found an excellent solution. Without scripts. Normal browsers will understand.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question