Vire Posted May 14, 2014 Share Posted May 14, 2014 (edited) Hello there! how can i change the width of the background of the ".container" in .css? What is the comment for this? i found some .container things in the global.css but nothing where i could see a default width just things like @media and 1200px. I need to do it a bit lager on my website: http://gamelivery.com/en/ it looks a bit to much cutted Edited May 14, 2014 by Vire (see edit history) Link to comment Share on other sites More sharing options...
Vire Posted May 15, 2014 Author Share Posted May 15, 2014 *~> BUMP <~* Link to comment Share on other sites More sharing options...
Vire Posted May 18, 2014 Author Share Posted May 18, 2014 *~> BUMP <~* Link to comment Share on other sites More sharing options...
vekia Posted May 18, 2014 Share Posted May 18, 2014 you can't change width of background only, you can only change width of whole block Link to comment Share on other sites More sharing options...
Vire Posted May 18, 2014 Author Share Posted May 18, 2014 (edited) Thats exactly what i want, i just want to increase the width cause actually it is simply cutting to close to the font. What is the css command to increase the width without killing the responsive thing? Edited May 18, 2014 by Vire (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 19, 2014 Share Posted May 19, 2014 can you please temporarily disable ccc for css files? i will inspect it, now i cant due to the minification of css files Link to comment Share on other sites More sharing options...
Vire Posted May 19, 2014 Author Share Posted May 19, 2014 Sure i do. I figured out that it is the max width in gobal.css and global.js but this isnt fixing what it should. The text for example here: https://gamelivery.com/en/kontaktieren-sie-uns things like the "customer service" headline are like 1px next to the border that looks a bit to cutted. Link to comment Share on other sites More sharing options...
vekia Posted May 19, 2014 Share Posted May 19, 2014 i changed max-width in: @media (min-width: 1200px) .container { max-width: 1170px; } and... it works, it resizes the container block (whole page) so... perhaps i missed sometihng ? Link to comment Share on other sites More sharing options...
Vire Posted May 19, 2014 Author Share Posted May 19, 2014 No you are right, that way it works perfectly. With the same changes in the global.js the mouseover thing gets resized as well but it doesnt fix my problem. I thought the font is anchored to the place it is but its just with something like a margin anchored to the container. I myself just think it looks too hard cutted if the font or even headline in the example is so close to the container. In the Account managing center with your rewards plugin for example. There is a lot of text that is simply to close to the container border: http://i.imgur.com/9r4JBLo.jpg 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