Site logo

Archived topic

Problem with header image

37 replies · Started by jordi on July 11, 2016

Viewing posts 31–38 of 38

This CSS will remove the mobile menu:

@media (max-width: 768px) {
    .menu-toggle {
        display: none;
    }
}

Hi there, Just out of curiosity the "Background Images" from the Generate Background plugin is non-responsive. It won't allow me to add background images throughout (body, header, navigation, etc.) The Header Image is what I was trying to add but then noticed none of the others responded.
I deactivated all foreign plugins (outside the GP family) and the same. I don't have any CSS in the Child Theme other that a few for woocommerce and in the Theme Functions a standard script I use to place the shopping cart totals in the navigation bar. I also have one to enable Font Awesome. But I removed those and still no response from the background images.
I used CSS to get to where I needed to be but just wondering why that plugin is dead.

Thanks in advance!!

Thank yo Tom, that did the trick.

Best regards,

You're welcome :)

Hi Tom,

I was also having problems with my header image (the image above the navigation) being responsive in mobile view. I followed your suggestion in this thread and separated the background image from the logo image. I uploaded the background image in the 'Background' section and the logo in 'Site Identity'. Everything looks OK until I add the logo image. When I upload the logo image, the background image expands in width. I tried using different sizes of the logo image thinking that was the problem, but that didn't help. I am new to WordPress so I'm sure it's something simple. I followed other threads in the forum and tried adjusting the CSS, but that didn't work either. I am using a child theme.

While I am here, I would like to ask a couple more questions. If I wanted to reduce the size of the images when viewed on a mobile phone, how would I do that. For example, If I am using a top header image above my main navigation and an image below my navigation (i.e. a slider or just a single image) how would I make those images appear smaller in mobile view. Not only responsive, but smaller.

Thank you,
Brenda

Hi Tom, I figured out what was going wrong with my background and logo image!!! OMG, I am loving this them and the add-ons!

Brenda

Awesome, glad you got it working :)

This archived topic is closed to new replies.