Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

I need to visualize an element below another element under 880px WordPress

  • SOLVED

as title says :)

Answers (3)

2014-02-14

Sébastien | French WordpressDesigner answers:

for a resolution < 769 for example

var windowsize = jQuery(window).innerWidth();
if (windowsize < 769) {
$("#first_element").insertAfter("#second_element");
}


tomaso1980 comments:

This is what I was looking for :)

2014-02-14

Agus Setiawan answers:

where's the element ?

2014-02-14

Arnav Joy answers:

can you show screenshot ? or mockup?


tomaso1980 comments:

sorry, I can't