CSS auto resets
-
Hello,
when i make background update my main-style.css auto resets to default (the version when installed theme)
The code i need to re-edit every background update from:}
@media (min-width: 1200px) {
body #motopress-main.main-holder .content-holder div.product .summary { width:550px; }
}to :
}
@media (min-width: 1200px) {
body #motopress-main.main-holder .content-holder div.product .summary { width:450px; }
}Changing the value to less by 100px, cuz if its 550px in page white space.
So how to prevent auto reset to default or to save 450px to permanent ?
Thank you for help
Regards,
Mantas -
After the css reset to default red marked area goe’s down cuz of 550px thats why i changed to 450px and now you see that in this pic -> http://i.imgur.com/SRH7mHC.png.
-
Sorry but you are in the wrong forum.
This forum is only for blogs/sites hosted by WordPress.com
WordPress.COM and WordPress.ORG are completely separate and different http://support.wordpress.com/com-vs-org/And you should ask in the WordPress.org forum.
http://wordpress.org/support/ -
- The topic ‘CSS auto resets’ is closed to new replies.