Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #397746

    Hi,
    Could you take a look at my footer….the Title in column 3 is about 10px lower than the other titles. Why is that?
    Thanks for your help.

    regards, mike

    #397761
    This reply has been marked as private.
    #397794

    Hi Mike @mikebru77

    I’m just a passer-by. But I think I can help you with this. Even though I don’t see a link to your website.

    I’ve experienced this pretty often. Thing is, not all footer elements are Enfold-built. Or WP-built. There’s a wide variance in widgets. So I guess it just happens that one is placed in a position that looks off or ‘awkward’. A technically pretty fix I don’t have. A very practical one, though? -Surely!

    Let’s say you create a dummy blog post. In a blog post you have to create a post without using the Avia drag-n-drop layout builder. Yet, many elements are available, via the dropdown in the upper right corner. So, if you go there and insert a WHITESPACE element (an invisible separator) you can artificially adjust the position of the text below it. Copy the piece of code that has now appeared in the blog post, paste it into a simple text/HTML widget, which you place on top of the element you’re referring to, in the column you’re referring to, and you’re ready to go. Simply because you’re now artificially pushing or pulling the position of the widget in question.

    Shortcut >>> Create that text/HTML widget in the column you want, insert the following code, and play with the “-40”. The exact number you’re looking for I guess will be somewhere around this level of -40 pixels.

    [av_hr class='invisible' height='-40' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']

    #397968

    Hi!

    Did you get your problem solved?

    Best regards,
    Rikard

    #398086

    Hi Rikard,
    Thanks for asking. No, I haven’t solved the problem. Could you be so kind and take a look?
    Thanks for your help.
    mike

    #398088

    Hey Remco,
    Thanks for your tip….I’ll try that. Let me first see, if maybe Rikard has a quicker solution.
    Thanks guys, I appreciate the help.
    mike

    #398089

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .widget-easy-twitter-feed-widget-container:before {
    display: none!important;
    }

    Best regards,
    Yigit

    #398097

    You guys are so cool! :)
    Thanks for the help!

    regards, mike

    #398099

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘footer title lower in one column’ is closed to new replies.