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 #2161213
Move pages title?!
Closed

Comments

  • furuba started the conversation

    I would like to move the page title down a bit. But if I change that with CSS then the title is in the text on the phone and ipads. See image.

    Also the same problem if I use the option "Title Padding" in the theme.

  •  1,845
    Elated replied

    Hello there,

    Thank you for writing in.

    If you want to move title down with this code:

    .title_subtitle_holder_inner {
        position: relative;
        top: 200px ;
    }
    

    you need to move content also with this code:

    .content .content_inner > .container > .container_inner.default_template_holder {
        padding-top: 120px;
    }
    

    This is the result:

    9200007532.png

    If there’s anything else we can help you with, please let us know.

    Best Regards,
    Milos


    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.

  • furuba replied

    Hi So the move of the title, works so far thank you.

    But on the phone as well as on ipad, the title is still in the text.
    Unfortunately it does not help to move the contant, see picture.

    I wanted to have the title in the picture above. Just a little further down.

  •  1,845
    Elated replied

    Hi,

    For title to stay within the picture on smaller devices please try using custom css below:

    @media only screen and (max-width: 1300px) {
        .vertical_menu_enabled .title .not_responsive {
            height: 300px !important;
        }
        .vertical_menu_enabled .title .not_responsive img {
            height: 100% !important;
            object-fit: cover !important;
        }
    }
    

    This will set image height to 300px ( https://www.screencast.com/t/fcOdawwQHiPX ).

    Hope this helps!

    Best regards,

    Kevin


    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.