Tagged: ,

Viewing 9 posts - 21 through 29 (of 29 total)
  • Author
    Posts
  • #20908
    Sakin
    Keymaster

    @Matthew: Sorry IE 7 and 8 are outdated. We already have 11 version. So, we can support till version 9 and maybe few IE8 issues. For IE8 even WordPress has remove it’s support. But there is one option, you can hire customizer http://catchthemes.com/hire-customizer/ and there you will find people who just add support for IE issues.

    #34267
    baanderson
    Member

    Sakin,
    I too am trying to fix an issue on a site: berknerband.com. I’m trying to get the shield logo that I placed in the “Header Logo” space to scale. It also seems to move depending on the browser. I have it set to be on the left.

    #34297
    Sakin
    Keymaster

    @baanderson: Sorry I don’t understand what you mean.

    #34321
    baanderson
    Member

    When I look at the site on a cell phone or tablet, the logo size does not change along with the text size.

    #34361
    Sakin
    Keymaster

    @baanderson: It’s because your logo fits in the width so it doesn’t resize it. If you want to change then you can change it manually. Then try adding in the following css in “Appearance => Theme Options => Custom CSS” box.

    /* For Screen Max Width: 960px */
    @media screen and (max-width: 960px) {	
        #site-logo {
            width: 18%;
        }
        #site-details {
            float: right;
            width: 80%;
        }
    }
    #52221
    laurat107
    Member

    Hi Sakin, I’m a very new user of WordPress for my site reclaimproject.org.uk, and the header images on the home page are not scaling to a smaller screen or phone size.

    I have no idea where/how to insert CSS into the site, so if you could help me I’d really appreciate it.

    Thank you!

    #52225
    Sakin
    Keymaster

    @laurat107: Sorry I only support WordPress Theme developed by us that is by Catch Themes.

    #125475
    Antonis
    Participant

    Hello,
    i faced a problem when i tried to adjust my site header from the custom settings to what i wanted using custom CSS.
    I moved the logo to the left and a text box to the right. But now the masthead doesn’t fit in smaller screens.
    I changed it again and i moved thhe logo back but still it doesn’t fit in tablet mode. I also want to move it again a bit to the left, but if i do so, it will not fit also in laptops with small screen.

    What i want is to but the logo and the text box in the places i want, but not my masthead to be cuted in small screens.
    How can I make it scalable depending on the screen width? I want it to fit any screen.

    Thanks in advance,
    Antonis.

    #125496
    Pratik
    Keymaster

    Hi Antonis,

    Please post in your site url.

Viewing 9 posts - 21 through 29 (of 29 total)
  • The topic ‘Responsive header image’ is closed to new replies.