Forum Replies Created
-
AuthorPosts
-
March 22, 2019 at 6:24 am in reply to: Welness Pro — remove white box from Frontpage1 widget area #490200
Calvin
MemberWorked perfectly Victor -- thanks again for your help.
March 22, 2019 at 4:37 am in reply to: Welness Pro — remove white box from Frontpage1 widget area #490195Calvin
MemberBrilliant Victor -- thanks -- will give it a go!
Really must spend some more time getting to grips with CSS properly. All that's missing really is the "More Time" bit in the equation :).
March 21, 2019 at 3:46 am in reply to: Welness Pro — remove white box from Frontpage1 widget area #490172Calvin
MemberThanks -- found it!
Managed to get the box to disappear, but then realised that style applies to all of the image areas on the homepage (frontpage 1, frontpage 3, etc.). I need to keep it for the lower sections. Opted to just play around with margins so the white box obscures less of the underlying image.
I suspect I could dive in and work out how to define a new style and apply it just to the frontpage 1 section... but that's probably a bit more involved, and I can work with this compromise for now.
Thanks for your help
Calvin
MemberJust found it:
Changed:
.front-page-1 .widget-area { display: table-cell; padding-top: 20px; vertical-align: middle; width: 100%; }
to
.front-page-1 .widget-area { display: table-cell; padding-top: 20px; vertical-align: top; width: 100%; }
Did exactly what I needed. 🙂
-
AuthorPosts