Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #592027

    hi Yigit

    I followed your instructions in order to add subtext to the logo:

    add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
    function kriesi_logo_addition($sub) {
    $sub .= “Company Name”;
    return $sub;
    }

    This works fine. However, I have reduced the size of my logo and am using a slim header. So what happens is that the logo subtext is not visible (you can see it loading and appearing for 1 second), but then disappears as the header width is not enough. If I increase the header to a custom 200px width, then the logo subtext appears.

    So what should I add to quick css in order to decrease the distance between my logo and the subtext?

    Thanks, Nicholas

    #592106

    Hi!

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

    span.subtext {
        position: relative;
        top: -40px;
    }

    Cheers!
    Yigit

    #592113

    Perfect!

    thanks, Yigit

    #592121

    Hi!

    You are welcome!
    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold custom css (?) decrease the distance between logo and the subtext’ is closed to new replies.