Copy link to clipboard
Copied
Hi,
Is there an easy way, using DW, to reduce the default 30px gutter for small devices?
I am setting up a bootstrap site and while in larger devices 30px is ok, in XS it occupies too much area.
Copy link to clipboard
Copied
karpiyon wrote
Hi,
Is there an easy way, using DW, to reduce the default 30px gutter for small devices?
I am setting up a bootstrap site and while in larger devices 30px is ok, in XS it occupies too much area.
I don't know what situation we are talking about here but if you are referring to the space between Bootstrap 'wells' then reduce the padding:
.col-md-6 {
padding: 5px;
}