Hello CSS gurus!
on https://www.staging1.thepromisecenter.com you will see a header text widget with (Sneak Peek).
There is a box shadow around the container.
How do I move the container down so the text is centered within it?
Hey promisecenterchurch,
Try this code in the General Styling > Quick CSS field:
#enhancedtextwidget-2 .textwidget {
margin-top: -20px !important;
}
Please clear your browser cache and check.
Best regards,
Mike
Mike,
That CSS moves the text.
I want the text to remain where it is, but have the container with the drop shadow be moved down to the center of the header where the text is.
Terry
Hi,
I see, please try this instead:
#header #enhancedtextwidget-2.widget {
top: 20px !important;
}
#header #enhancedtextwidget-2 .textwidget {
margin-top: -30px !important;
}
Best regards,
Mike
That worked.
Please close ticket.
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike