Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 95538

Re: Removing white "gutter?" areas from the desktop version of a responsive design.

$
0
0

Change the desktop css media query to:

 

 

@media only screen and (min-width: 769px) {

body {

margin: 0;

padding: 0;

}

.gridContainer {

width: 100%;

margin: auto;

padding: 0;

}

 

#LayoutDiv1 {

clear: both;

float: left;

margin-left: 0;

width: 100%;

display: block;

}

}


Viewing all articles
Browse latest Browse all 95538

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>