-
AuthorPosts
-
September 6, 2013 at 6:40 pm #29170
Dear Support team,
i have make several changes to theme. if i make the new update what i must know about it? it will change my site?
What is the best way to update the theme without change my settings and changes.
Kind regards,
xrisxal2000
September 6, 2013 at 6:44 pm #139923Hi xrisxal2000,
If you have made any changes on files then you will lose them. The best way would be creating a child theme. You can watch this video for a quick guide
Regards,
Yigit
September 7, 2013 at 7:38 am #139924Hi yigit,
great , one question pls, in order to understand better…
i have made some changes in layout.css . I have make footer smaller. Know you make updates to theme and you have make a new version of layout.css. What i must do in order to mke the update but not change the new footer size?
Kind regards,
xrisxal2000
September 7, 2013 at 2:48 pm #139925Hi xrisxal2000,
You should never ever modify the themes css files directly. All customization should be in either a child themes style.css, your custom.css file or the Quick CSS field.
If you’ve modified the layout.css file we unfortunately can not give you the exact item lines that were modified from version to version so you will need to re-apply them into one of the proper channels after updating the file.
Regards,
Devin
September 7, 2013 at 8:02 pm #139926Hi devin, thanks
pls one question,
i want the footer to be…
#footer {
padding: -10px 0 -27px 0;
}
in the layout css is 30px 0 30px 0
what i must add in custom.css in order to be right and works…
pls visit
in order to see the footer i have
Thanks in advanced,
xrisxal2000
September 7, 2013 at 9:09 pm #139927You just need to add that same css to your custom.css, child theme css or the Quick CSS field. CSS works by whatever comes last (cascading style sheets).
September 8, 2013 at 5:58 am #139928Dear Devin,
i add at the bottom…of custom.css
#footer {
padding: -10px 0 -27px 0;
}
i replace the layout.css with the new one…but the footer changed. It takes the settings from the layout.css.
What i have done wrong?
Kind regards,
xrisxal2000
September 9, 2013 at 12:10 pm #139929Your syntax is wrong but it *is* being added. Padding doesn’t have negative values, only margin does. So you would need to do:
#footer{
margin:-10px 0 -27px 0;
}September 9, 2013 at 1:05 pm #139930Many thanks Devin!!!!!!!!!
September 9, 2013 at 3:56 pm #139931Glad we could help. Let us know if you have any other questions or issues.
-
AuthorPosts
- The topic ‘update 2013 September 5 – Version 2.1’ is closed to new replies.