murdoc_tcc Posted August 18, 2017 Share Posted August 18, 2017 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 Link to comment Share on other sites More sharing options...
BonPresta Posted August 18, 2017 Share Posted August 18, 2017 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; } 1 Link to comment Share on other sites More sharing options...
murdoc_tcc Posted August 18, 2017 Author Share Posted August 18, 2017 (edited) 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 Edited August 18, 2017 by murdoc_tcc (see edit history) Link to comment Share on other sites More sharing options...
BonPresta Posted August 18, 2017 Share Posted August 18, 2017 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 More sharing options...
murdoc_tcc Posted August 18, 2017 Author Share Posted August 18, 2017 Hi, I removed the prviousyou said and replaced it with what you gave me now, it still gives the white lines ontop Link to comment Share on other sites More sharing options...
BonPresta Posted August 18, 2017 Share Posted August 18, 2017 Hi, I removed the prviousyou said and replaced it with what you gave me now, it still gives the white lines ontop Now since you like Link to comment Share on other sites More sharing options...
murdoc_tcc Posted August 18, 2017 Author Share Posted August 18, 2017 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 Link to comment Share on other sites More sharing options...
BonPresta Posted August 18, 2017 Share Posted August 18, 2017 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; } } 1 Link to comment Share on other sites More sharing options...
murdoc_tcc Posted August 18, 2017 Author Share Posted August 18, 2017 dude your a freaken rockstar, thank you so much Link to comment Share on other sites More sharing options...
BonPresta Posted August 18, 2017 Share Posted August 18, 2017 dude your a freaken rockstar, thank you so much You can go to the portfolio and choose a good module Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now