Hi,
I have recently been exploring the Hero Header in order to create a full screen header image. I’m loving this. However, when I need to position a text box to the right hand side of the image – it works fine as I have created some custom css : .slider-box {
float: right;
max-width: 600px;
padding: 40px;
margin: 0 10% 0 0;
}
However, as I’d like to sit the content for this centred vertically, as soon as I check the box for this (vertically center align slide contents), the text box goes to the left. If I leave this unchecked, my text box sits to the right, but far too high. Example here: https://www.skn-rg.com/skn-rg-awards-78/
I’ve tried various ways of forcing it to float to the right, but nothing has worked. I’ve tried additional margin-top, nothing works. I wonder if you could find a solution?
Thanks
Hi
Thanks for reaching out. I’m glad to see you’re making progress.
We usually can’t assist much with Custom CSS within our free support scope due to resource limitations. We can within our premium support scope where the budget allows for it.
Are you familiar with using your browser’s developer console to inspect elements on the page? If so, try inspecting the div with class name
sow-slider-image-wrapper
when vertical centering is enabled. If you create a new Custom CSS rule targeting.sow-slider-image-wrapper
and add the following declaration, the issue will be resolved:align-items: flex-end;
Thanks for this. I have written some rules into .sow-slider-image-wrapper (in Custom CSS) which seems to have done the trick.
Super; I’m glad to hear you’ve made progress.
If any queries or requests arise in the future, please, let us know via a new thread.
Cheers for now.
Andrew