Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1211377

    HI,

    I am using this CSS to ensure an image in the header disappears on small screen sizes (red image with phone number). But the CSS is altering the background colour of the main menu.

    I have removed this bit of CSS to stop the problem – can you take a look and see if we can amend the code so that it hides the header image on a mobile & tablet portrait but doesn’t affect the menu colour, size and position.

    Thanks Guys!

    @media only screen and (max-width: 767px) {
    #media_image-2 {
    display:none;
    }

    #1211460

    Hey james-clickstream,

    Can you please make that account admin, we cannot see the theme options this way?

    Best regards,
    Victoria

    #1211620

    the account is now admin.

    thanks

    #1211733

    Hi,

    Thanks for that. I added this to your Quick CSS and it’s working:

    @media only screen and (max-width: 767px) {
    #media_image-2 {
    display:none;
    }
    }

    Best regards,
    Rikard

    #1211804

    Hi Rikard,

    The problem is the CSS you added changes the look of the header (see attached screen shots).

    Screen shot 1: http://car-charging-point.co.uk/wp-content/uploads/2020/05/screenshot-1.png

    Is how the header looks with your CSS

    Screen shot 2: http://car-charging-point.co.uk/wp-content/uploads/2020/05/screenshot-2.png

    Is how i want the header to look.

    Can we keep the header looking like screen shot 2 but still have the red image (top right) disappear on smaller screen sizes.

    Cheers,

    James

    #1212020

    Hi James,

    I added the CSS back and I can’t reproduce the results you are getting. There’s nothing in the CSS which would target anything else than just the widget in question either.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.