Hello,
I have an issue with the vertical alignment on my site. I believe it’s the podcast embed that is making things align to the vertical middle rather than top. Is there a bit of CSS I can use to make sure all the content aligns to top of footer?
Thank you for your help! I love Enfold.
Hey lucky19,
To fix the alignment issue
1. Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
2. Add a custom class “custom-margin” to the Soundcloud widget area.
3. Use the the below code in Quick CSS section
.custom-margin {
margin-top:40px;
}
Best regards,
Vinay
Thank you for your prompt reply. I apologize but I think I’m missing something here. (I’m more of a designer than developer brain wise, haha)
Where would I be adding a custom class? The Soundcloud widget has no area for coding…am I putting this in the code of the plugin? And can you give me the exact code I should put in? (like a div class or style class?) Sorry for my lack of knowledge here. Doing my best.
Hi,
I added this code in the General Styling > Quick CSS field:
.wp_widget_plugin_box {
margin-top:40px;
}
There is a little gap between the title and player that I had trouble with.
Hope it helps though.
Best regards,
Mike
Thank you so much! I think it will be close enough to perfect. :)