Jump to content

[SOLVED] How To Remove Margin/Padding Between Center Column & Footer? (PIC)


Recommended Posts

Hello RickieSee ;)

 

Nope it do not fix your problem, i also just try`t that.

 

Do the following,

 

Open Global.css and look for this line #footeredge and at the following,

 

position: relative;
top: -7px;

 

So the whole code look like this,

#footeredge
{
height: 92px;
background-color: #FFF;
background-image: url(../img/bottomedge.jpg);
background-repeat: no-repeat;
background-position: right center;
position: relative;
top: -7px;
}

 

Thats all.

 

ysco..

Link to comment
Share on other sites

Hello Guys ;)

 

Sorry Mike hehe :D

I also try your suggestion but if you put it to -1em then it do not looks good as there will be a overlay for some reason.

 

Glad that it worked now for you RickySee, site looks really nice.

 

Regards,

 

ysco..

Link to comment
Share on other sites

Hello Guys ;)

 

Sorry Mike hehe :D

I also try your suggestion but if you put it to -1em then it do not looks good as there will be a overlay for some reason.

 

Glad that it worked now for you RickySee, site looks really nice.

 

Regards,

 

ysco..

 

Yes, your solution definitely looks better, and mine doesn't work as well in combination with yours as it does alone. So full credit to you!

 

-Mike

Link to comment
Share on other sites

If you've got time could you explain to me how it worked please :)

 

I understood how Mike's solution would work - however ymco's I don't. (yup a noobish)

 

Also do you guys use a webdeveloper plugin for your browser or something, because you were both really fast.

 

Thanks

Link to comment
Share on other sites

Hello RickieSee ;)

 

I use sometimes firebug and developer tools plugin for firefox.

But the program that i use the most is stylizer ( this is a paid one ) but is worth every penny.

This is great for all css and you can make the changes online and see the results right away and after your satisfied you can save the new file and upload it right away to your server or save it on your computer.

 

Regards,

 

ysco..

Link to comment
Share on other sites

Hello RickieSee ;)

 

Try this,

 

#footer
{
   color: #A6A6A6;
   margin: 0 auto 2px;
   background-image: url(../img/bg_footer.jpg);
   width: 100%;
   padding: 0 0 20px;
   clear: both;
   text-align: left;
   position: relative;
   top: 5px;
}

 

And this,

 

#page
{
   width: 980px;
   /*[disabled]padding:8px 0px;*/
   background: url('../img/fold_top.jpg') no-repeat;
   background-color: #FFF;
   margin: 0px auto;
   text-align: left;
   position: relative;
   top: 8px;
}

 

Let me know if this worked for you ;)

 

Regards,

 

ysco..

Link to comment
Share on other sites

Hello RickieSee,

 

Glad this solved your problem.

I just looked at your site, i think it is a very cool looking site and i especially like your top slide module.

You did that yourself ?

I noticed on summary page that a few things are not correct, you have set the page 100% width and most are float left but the shoppingcart block is centered. Looks not good this way i think.

Also it would looks better when the image from 1. accounts and 2. delivery methods and 3. choose payments methode would also have full image width.

 

You also have in global.css on line 1595 "padding: padding: 1em 0 !important;" and does not validate just remove one padding and your done.

 

But further it look really great ;)

 

Regards,

 

ysco..

Link to comment
Share on other sites

Thanks man!

 

Yeah I did the slider on my own - the whole site is by my own hand - the stuff like the carousel are hardcoded into the header- can't really afford to buy themes etc as I'm a broke student hehe. I'm actually enjoying learning stuff as I go.

 

After ive finished i would like to learn how to make modules and stuff i can put into the admin but my php isn't too good.

 

Once again thank you for your input - :)

Link to comment
Share on other sites

Hello again guys - I think something else has occured that went unnoticed - there's no a margin at the bottom of my page - below the white footer.

 

Check it out:

 

bm-margin.jpg

 

 

Could you guys please help me again? :(

 

edit -

 

It's definitley to do with this:

 

#footer

{

color: #A6A6A6;

background-image: url(../img/bg_footer.jpg);

width: 100%;

clear: both;

text-align: left;

position: relative;

top: 5px;

margin-top: 0;

margin-right: auto;

margin-bottom: 0px;

margin-left: auto;

padding-top: 0;

padding-right: 0;

padding-bottom: 20px;

padding-left: 0;

}

 

I play around with that number, and it shifts it up and down. The original problem comes back if i do this (however solves the new one)

If there's no solution I shall make the bottom image white so it blends with the gap - problem kinda solved worst case scenario. :)

 

One more thing - the site looks fine in Firefox - however I tried it on my friends computer today (IE) and the dropdown menu didnt work - it fades with the slider? There's no css as far as I can tell linking them together :( Any ideas?

 

Thanks

Link to comment
Share on other sites

Hello RickySee,

 

Try the attached global.css and blockcms for the first problem.

 

As for the second problem, it does not work correct with IE7 and lower, i tested in IE8 and IE9 and is working without a problem.

I thought maybe it had something to do with the z-index and i try some changes but no go.

What you can try is to see if your css files are cross-browser compatible, there is a cool online tool that can check and do the changes if needed.

Take a look at this tool http://prefixr.com/index.php

 

Hope this helped a bit.

 

Your site is totally messed up in IE6.

If nothing works then you can also install a module that gives a customer a notification when they visit your site with IE6 or IE7 with a message to update the current browser for a full working website.I think most users have IE8 and IE9 these days.

Do not know the name off the module anymore but i believe there are two version floating on the forum.

 

 

Regards,

 

ysco..

website bra.zip

Link to comment
Share on other sites

Hello RickieSee,

 

I'm glad all is sorted now ;)

Yes it is working just fine on IE8 and above, did test it.

Problem only occur when using IE6 and IE7 , the majority these days uses IE8+.

 

Regards,

 

ysco..

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...