I finally managed to get an RLM version of my website up that I can live with for now. Looked good in my PC test browsers, my phone, my Samsung tablet and my daughter's and my laptops. Then while talking to my friend she mentioned all this blank space below my header. Not supposed to be there. I couldn't figure why it was there on her computer. Light bulb moment. Her browser is still IE. I hadn't checked the site with it because I've come to hate IE! So I did check it with IE, that's what it was. I think there's a code to persuade IE to render things sorta, maybe the way you want. But I can't find it and don't know where to put it if I found it. The Nav row just below the header does not display correctly. Instead of lining up across the screen below the header, in IE it lines up down the left side. Here's the Nav row code:
body > .row.Nav-row {
margin-right: auto;
margin-left: auto;
padding-bottom: 0;
min-height: 45px;
max-width: none;
width: 100%;
border-top: 1px solid #592e24;
border-right: 2px solid #592e24;
border-bottom: 2px solid #592e24;
border-left: 2px solid #592e24;
background-color: transparent;
}
And here's the link to my website. It isn't very sophisticated, but neither am I!
http://www.ramblinscribe.com
Thanks for any help,
Sylvia
Sylvia Nickels