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 #2118106
Padding in header
Closed

Comments

  • Jeremy Little started the conversation

    I'm trying to create more space between the top of the page and the logo. I don't see a setting for that, are you able to provide the css for padding around the logo? thanks!

  •  1,845
    Elated replied

    Hi there,

    The size of the logo and the padding around it is tied together with the height of the header. You need to navigate to Elated Options > Header > Height and set it to a number that you'd like. (see image below)

    2941395939.png

    Next you need to copy the following code into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS and set the values to be the same as the one you input with the previous step.

    .eltd-logo-wrapper a {
        max-height: 100px !important;
        height: 100px !important;
    }

    Make sure that the size you set in the code above is lower than the one you set for the header in the first step of this solution.

    Hope this helps! If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,
    Sean


    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.

  • Jeremy Little replied

    Thanks! Perfect!

  •  1,845
    Elated replied

    You're welcome!

    If there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,
    Sean



    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.