Child theme css not overriding responsy css

  • Posted in : Responsy WP
  • mag1
    Participant

    Hello,

    Just bought your theme, very nice, and i made a child theme so i can make changes to the css without breaking anything but none of the css rules work because they can not override responsy css. Any help with this problem?
    I want a clean new css file that works..
    Thank you,
    Ivan

    Mehmet S.
    Keymaster

    Did you make the right way like on this page?
    http://codex.wordpress.org/Child_Themes

    mag1
    Participant

    I think i did everything right but can you please take a look http://www.magicmarinac.hr/razno/gvik/
    in firebug i see that my styles are overriden with responsy main.css
    i tried #logo {padding:100px;}

    Thanks,
    Ivan

    Mehmet S.
    Keymaster

    You can use the “important” keyword:

    i.e.

    #logo { padding: 100px !important; }

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Responsy WP’ is closed to new topics and replies.