Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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

    #139923

    Hi 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

    http://vimeo.com/67221517

    Regards,

    Yigit

    #139924

    Hi 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

    #139925

    Hi 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

    #139926

    Hi 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

    http://tinyurl.com/kncj4ll

    in order to see the footer i have

    Thanks in advanced,

    xrisxal2000

    #139927

    You 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).

    #139928

    Dear 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

    #139929

    Your 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;
    }

    #139930

    Many thanks Devin!!!!!!!!!

    #139931

    Glad we could help. Let us know if you have any other questions or issues.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘update 2013 September 5 – Version 2.1’ is closed to new replies.