This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Hero Image Margins

9 years ago · Last reply by Andrew Misplon 9 years ago

I’m having difficulties getting text to be outside of the margins of my hero image. I reposition my div using position:relative; and left: -100px;. This works great but the issues comes when I resize my browser. My text is flowing out of the browser and not resizing with it. Any ideas how I could make this work?

Thanks for all your help!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 9 years, 10 months ago

    Hi Jonathan

    Thanks for reaching out. Sorry we couldn’t reply sooner. Beyond the settings contained in the Design and layout section, it’s tough for us to provide additional customization support at this time. Those settings are:

    Top and bottom padding
    Extra top padding
    Side padding

    That said if your custom CSS is working well for you on desktop, why not just put it in a media query to stop it being applied for mobile. Something like:

    @media (min-width: 1024px) {
        .whatever-your-class-name-is {
            position: relative; 
            left: -100px;
        }
    }

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread