Dragosvr92 Posted February 12, 2015 Share Posted February 12, 2015 So i am trying to make my header responsive and im having troubles to place my ads... Is there a way to move this ad from the first spot on the second spot...? I came across some :before and :after css properties but i dont believe they work to move a html object from one place to another..... Can anyone help on this? Link to comment https://forums.phpfreaks.com/topic/294538-move-html-to-another-area-with-css-on-a-responsive-layout/ Share on other sites More sharing options...
CroNiX Posted February 12, 2015 Share Posted February 12, 2015 You can't with just CSS. Why not just change their locations in the HTML of your template/page? Link to comment https://forums.phpfreaks.com/topic/294538-move-html-to-another-area-with-css-on-a-responsive-layout/#findComment-1505497 Share on other sites More sharing options...
jeffreyappel Posted March 4, 2015 Share Posted March 4, 2015 This is a div problem. Logo,Menu,Ad Area and search box...put each of them into a separate div, then put all together into a container div.After then you can place anything in any place you want by applying CSS. Link to comment https://forums.phpfreaks.com/topic/294538-move-html-to-another-area-with-css-on-a-responsive-layout/#findComment-1507517 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.