backdraft

Good morning,

Backdraft question:

is there a way to take out the spaces between the boxes in the 3 wrapper so that the pictures are butting together. (after taking out padding etc)

thank you for the response!

Julie


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Julie,

Mostly.

Start by grabbing the the handles of each of the columns and stretching them out to bump up against each other. Then, dive into the responsive CSS (Page → HTML Markup → Before ). Look for this line of text just above the 1159px breakpoint, and delete .threeMiddle, .

The box-sizing action will recalculate the proper percentage width for the columns.

There is one problem to be aware of. Chrome and IE have the tendency to round percentages with decimal points up, instead of down (which is what Safari and Firefox do). Because the boxes will be butted up right next to each other, any rounding up may cause the third box to drop beneath the others. Just make sure to test it in Chrome. If this problem does present its-self, shrink the boxes just a bit and try again.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you!

I will try that…

here is what I am trying to achieve…

http://explore.speedousa.com/experience/artofthecap/#home

On Dec 28, 2013, at 4:02 PM, Caleb Grove email@hidden wrote:

Julie,

Mostly.

Start by grabbing the the handles of each of the columns and stretching them out to bump up against each other. Then, dive into the responsive CSS (Page → HTML Markup → Before ). Look for this line of text just above the 1159px breakpoint, and delete .threeMiddle, .

The box-sizing action will recalculate the proper percentage width for the columns.

There is one problem to be aware of. Chrome and IE have the tendency to round percentages with decimal points up, instead of down (which is what Safari and Firefox do). Because the boxes will be butted up right next to each other, any rounding up may cause the third box to drop beneath the others. Just make sure to test it in Chrome. If this problem does present its-self, shrink the boxes just a bit and try again.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options