Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1218742
changing Title position
Closed

Comments

  • raffael3d started the conversation

    The title and description cover too much of the image. Is it possible to have the title of the blog posts appear above, or below the image?


    if so how? thanks

  •  1,845
    Elated replied

    Hello there,

    Thank you for choosing our theme.

    You can achieve it using some Custom Css, just paste code below into Elated Options > General > Custom Css field 

    .eltd-post-header .eltd-post-header-right{
        position: relative;
    } .eltd-blog-holder.eltd-blog-single article:not(.format-audio) .eltd-post-image{
        top: -75px;
    }

    and the result should be like this 

    Please let us know if this solved the issue and if you need further customization of the title/image.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • raffael3d replied

    great, thanks. a good start. can I make the difference between the title and image smaller? now they seem too far apart.


    thanks!

  •  1,845
    Elated replied

    Hello,

    We are pleased to help. 

    It can be achieved with this Custom Css code, please just paste it into Elated Options > General > Custom Css field, as previous

    body:not(.eltd-no-animations-on-touch) .eltd-blog-holder.eltd-blog-type-standard article.eltd-appeared .eltd-post-image{
        top: -80px;
    }

    Also, you can change -80px with any value you want to get desired spacing, test some values and choose the one that fulfills your needs.

    Please let us know if there is anything else we can do for you.

    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads. This way you’ll be helping us improve our support services and make them even more efficient.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.