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 #868959
RESPONSIVES POST ISSUES
Closed

Comments

  •  2
    Gilles started the conversation

    Hi,


    Have a look please on the two files.

    Picture feature on responsive web site, doesnt work well.

  •  1,845
    Elated replied

    Hi Giles,

    You should just paste the code listed below to Elated Options/General/Custom css code and you should get the desired look

    @media only screen and (max-width: 600px){
        .eltdf-title .eltdf-title-holder .eltdf-title-text, .single-post .eltdf-title.eltdf-title-has-thumbnail .eltdf-title-holder .eltdf-title-text{
            font-size: 25px!important;
            line-height: 25px!important;
        }
        .eltdf-title-subtitle-holder{
            padding-top: 0!important;
        }
    }
    

    Please let us know if there is anything else we can do for you, 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.

  •  2
    Gilles replied

    Ok it's work.

    This ticket is ok


    Tks

  •  2
    Gilles replied

    Other question please


    To increase the high of the picture on responsive. Could you send me the code

  •  1,845
    Elated replied

    Hi Giles,

    Please just use the following code 

    @media only screen and (max-width: 600px){
        .single-post .eltdf-title.eltdf-title-has-thumbnail{
            height: 200px!important;
        }
        div.eltdf-title-image{
            height: 100%!important;
        }
        .eltdf-title .eltdf-title-image img{
            height: 100%;
        }
    }
    

    Please let us know if there is anything else we can do for you, 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.