Reply To: Page header with mobile images

Home Forums Support Page header with mobile images Reply To: Page header with mobile images

Home Forums Support Page header with mobile images Reply To: Page header with mobile images

#246986
Diego Fernando

Hello Tom. I have to put this class in CSS (Simple css)?

I want that letter size in mobile looks good in page header, because when I put it in desktop looks good but in mobile looks very big.

I want that this letter size only applies for mobile page header.

The other question is: I used this code for specify different images for mobile device:

@media (max-width: 768px) {
.generate-content-header {
background: url(my-url);
}
}

Is that correct? After that, I used wordpress customizer the aspect is this:example

What can I do to make the appearance of the image look good? The image size is 640×432. Thank you Tom!!