Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19257
    Michaela
    Participant

    Hi,

    I’m adjusting this theme according to my needs in a style.css file in a child theme. Now I just saw that there is also a file called responsive.css in the original theme.

    So far I’ve made the following changes in my new style.css:

    #hgroup.with-logo {clear: none; float: left; text-align: center; margin-left: 10px;}

    #site-title a:hover, #site-title a:focus, #site-title a:active {color: #000;}

    #hgroup {text-align: center;}

    #main {min-height: 500px;}

    Do I also need to make changes to responsive.css (and maybe even to ie.css), or is it enough if I make the required adjustments in style.css?

    Thanks a lot for your help!

    #19266
    Sakin
    Keymaster

    @Micha: You can just make changes in your child theme style.css but for responsive design that mean for your different screensize you can take reference of responsive.css and add it in your child theme style.css. For colors style.css in enough. But for margin and height your child theme style.css might effect your mobile devices design. So, check it and adjust it accordingly.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change both style.css and responsive.css’ is closed to new replies.