Hero Image Margins
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
1Hi 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.