Jump to content

Middle Column Off


murdoc_tcc

Recommended Posts

Hi everyone, wondere if you can help me, I have changed the middle background to white with a image at the back please view here

 

http://wickedwebwizard.net/onlineshop/

 

now I have a problem if you can see the middle content is too far to the left, anyone know where I can edit it

 

Hello,

In the theme in the folder css find the file global.css and add this style

#columns {
    padding: 20px;
}
  • Like 1
Link to comment
Share on other sites

thank you so much for your reply,

 

But now as you can see on the piture attached, it affects the banner on top, any solution for this

 

Remove the previous style and add a new one.
 
But this will only be for the main page
body#index #center_column {
	padding-left: 35px;
	padding-right: 35px;
}
Link to comment
Share on other sites

hey, when you make the screen smaller it shows, so basically when someone uses a cellphone to access the shop, you see the while padding ontop

 

In the file global.css add this code

@media only screen and (max-width: 1200px) {
  .container {
      padding-left: 0;
      padding-right: 0;
  }
}
  • Like 1
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...