I’ve moved it with a margin -150px…but I’m worried about how that will work out in different browsers. On a mac laptop it’s created a space between the content and sidebar that I don’t like.
So still looking for help π
Hi,
#content – have margin-left:25%, remove it
#secondary – add position:fixed, remove float:left
#primary – add margin-left:25%, remove width:100% (or change to 75%)
Is that what You need?
Greetings
OH!! Thank you!!!!!
I’m so happy!
While I have you, Michal….
Any fast ideas on fixing the header without messing up my formatting?? I”m looking for just content to scroll.
maybe something like that will do:
#content – add margin-top:150px (height of header)
.site-header – add position: fixed; top: 0; width: 100%;
ml
Thanks so much. I”m playing with it now and it’s going okay.
I hope I learn enough to help someone else π
Glad i could help
Practice is everything π
ml