• Hi all,

    My header image is 960px (the size of the container). This appears fine at in a full size browser. But when I re-size my browser from full size to small to test the responsive function, the header initially remains full size cutting out the right hand side. As I continue to reduce the browser size it gets to a point where it suddenly re-sizes (reduces) to the size of the container and then consistantly reduces in size as it should.

    Any ideas on how to make the header reduce consistantly to remain within the container?

    Thank you!
    Grunt.

Viewing 1 replies (of 1 total)
  • Thread Starter birdirt

    (@birdirt)

    Okay i worked it out!

    Just go to dashboard/appearances/editor and in your editor where you will probably have your child theme css file stored, simply cut and paste the following code beneathe the child theme style.css file code or whatever you have in your editor file, perhaps it will just be blank if you have no child theme (worked for me but i’m a beginner):

    #logo img {
    max-width: 960px;
    width: 100%;
    }

Viewing 1 replies (of 1 total)

The topic ‘Cyberchimps Responsive – Header not re-sizing consistantly?’ is closed to new replies.