hey all!
So I'm trying to edit the layout for my online store solely through the CSS file, which is kinda hard for me since I'm pretty bad at this stuff.
anyway, here's the site:
<!-- m --><a class="postlink" href="http://host122.ebm.bestsoftwarehost.com/iwwiaa.pvx?;login">http://host122.ebm.bestsoftwarehost.com ... pvx?;login</a><!-- m -->
user: master yee; pw: qwerty
ok so first of all, i want to move the top menu further to the right since the banner is visibly covering much of it up. Also, I want the bottom-border to thicken when I hover over a link in that menu. Likewise, I'd like the bottom menu to be positioned further from the bottom as well.
I tried doing this by putting {position: absolute; top: 15px} or something like that, but then it scrunches up all of the links together and makes it hard to see.
Anyways, that's just the basic thing I'm trying to work on right now, and if anyone has any suggestions as well to make it look prettier or better, then that'll also be great.
p.s. the 'view cart' link doesn't workdont use position absolute,
position them ralative
and then try margening them
So I'm trying to edit the layout for my online store solely through the CSS file, which is kinda hard for me since I'm pretty bad at this stuff.
anyway, here's the site:
<!-- m --><a class="postlink" href="http://host122.ebm.bestsoftwarehost.com/iwwiaa.pvx?;login">http://host122.ebm.bestsoftwarehost.com ... pvx?;login</a><!-- m -->
user: master yee; pw: qwerty
ok so first of all, i want to move the top menu further to the right since the banner is visibly covering much of it up. Also, I want the bottom-border to thicken when I hover over a link in that menu. Likewise, I'd like the bottom menu to be positioned further from the bottom as well.
I tried doing this by putting {position: absolute; top: 15px} or something like that, but then it scrunches up all of the links together and makes it hard to see.
Anyways, that's just the basic thing I'm trying to work on right now, and if anyone has any suggestions as well to make it look prettier or better, then that'll also be great.
p.s. the 'view cart' link doesn't workdont use position absolute,
position them ralative
and then try margening them