Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #754774

    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.

    #754783

    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

    #755378

    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.

    #756066

    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

    #756081

    Thank you so much! I think it will be close enough to perfect. :)

    #756082

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.