Oh, ok. Sorry to jump the gun.
I just saw what was there and my web mind took over.. lol.
Hope it helped. (: ))
Best,
Karl DeSaulniers
Design Drumm
http://designdrumm.com
> On Dec 14, 2016, at 7:18 PM, GJim wrote:
>
> Howdy Karl,
>
> ~~~
> Wednesday, December 14, 2016, 5:43:26 PM (USA 'S
Howdy Karl,
~~~
Wednesday, December 14, 2016, 5:43:26 PM (USA 'Somewhere on-the-road
time-zone'),
you wrote the message that appears below.
My reply appears here and/or interspersed within your message.
~~~
Thanks to you and Cassandra. I was (once again, perhaps?) over-thinking the
problem.
T
Hi G-Jim,
With the following, you shouldn't need breakpoints unless you really want them
for those boxes.
I also restructured your body and wrapper to be more responsive in my opinion.
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #cc;
font-size: 100%;
color: #77
Hi Jim
If I'm understanding your question, you can simply
remove your floats at that media query
so ...
for both of those left and right divs
*float:none;*
and make both
*width: 100%;*
On Wed, Dec 14, 2016 at 1:47 PM, GJim wrote:
> All,
>
> Not sure if this can be resolved in CSS or HTML - I'm a
All,
Not sure if this can be resolved in CSS or HTML - I'm asking in the CSS list
first.
On this page:
www.wyomerc.com/index_test.html
I want the right-hand block ('Essays') to drop below the left-hand block
('Reference') when the media width is less than 768px (an arbitrary number at
this point