Site logo

Archived topic

Header image and margin in moble version

16 replies · Started by rafel jesus on March 30, 2020

Viewing posts 1–15 of 17

Hi there.
I have sought to support how to have a margin (with Elements) in the blog in the mobile version and how not to show the picture in the mobile version as well.
Thanks
https://www.screencast.com/t/CFdy67gOAoT

Hi there,

Can you guide me to the page in question?

The home page seems alright.

Any chance you can disable the caching plugin so I can take a closer look of the source?

Please make sure to do this every time a topic is opened.

Thanks :)

Hi
Do it.
Thanks

Hi Leo.
I resolved the margin text in mobile version, thanks a lot for your help, but now I would like to resolve that in the mobile version, that you don't see the image, and I would have a little margin at the top and bottom. Can I do it with Elements?

Thanks

Hi Leo.
My question is, how not to show the image in mobile version?
Thanks

Do you want to hide the entire header element on mobile or want to remove the background image?

Hi.
Only The background I would the menu header.
Thanks

Try this CSS:

@media (max-width: 768px) {
    .blog .page-hero {
        background-image: none;
    }
    .blog .page-hero h1 {
        color: #000000;
    }
}

Hi Leo.
Perfect, that is in the general blog but in the post, Thanks

Not sure if I fully understand.

So we are all good now?

Hi leo.

Now with the CSS code doesn't show the picture in the blog page, but for not show the picture in the single post, how can I do?

Thanks

This archived topic is closed to new replies.