Reply To: Image setting for Mobile/Responsive

Home Forums Support Image setting for Mobile/Responsive Reply To: Image setting for Mobile/Responsive

Home Forums Support Image setting for Mobile/Responsive Reply To: Image setting for Mobile/Responsive

#240823
Tom
Lead Developer
Lead Developer

Hi Michael,

You can set padding as well quite easily:

.inside-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

So you can adjust that at different sizes.

For the other issue, try adding the max-width: 768px to the very bottom, so the CSS shows up in order (Desktop, Tablet, Mobile).

There shouldn’t be any conflicting of images.

Let me know 🙂