Okay
  Public Ticket #1292335
Spacing around logo
Closed

Comments

  • DAVIE started the conversation

    I want to reduce the buffer/boundary/spacing around my logo as it's taking up too much space. 


    I can't see anywhere in the editor where I can reduce this? 

    Sure it's there somewhere :) 

    {"wp":{"use":false,"adminUrl":"http://www.craddocks-antique-jewellery.co.uk/wp-admin","username":"admin_user","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Davie,

    It seems that this code is coming from your Custom CSS because the original code is this:

    header.site-header .header-menu .logo a {
        padding: 20px 0;
    }

    and you have added a new code that overwrites the theme code:

    header.site-header .header-menu .logo a {
        padding: 40px 0 !important;
    }

    As you can see on this video: http://drops.laborator.co/1lgCL2

    To remove the padding top and bottom entirely from there you can add this code (or change the old one) to this one:

    header.site-header .header-menu .logo a {
        padding: 0px 0 !important;
    }

  • DAVIE replied

    Thank you. Only thing I can think of is the previous theme left it. I don't play with CSS, but have made the update after your comment and all is well. thank you 

  • [deleted] replied

    Hi Davie,

    Nice, it's great that now you solved this and you are happy with the results

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance and have a great day!

  • DAVIE replied

    Hi Yili,

    I have another, higher priority ticket OPEN at the minute, Can that be looked into please? 

    I can't for love nor money work out how to get the homepage to look like the demo site :/ 

  • [deleted] replied

    Hi Davie,

    Don't worry, we reply to tickets every day so any of our support agents will reply to your ticket soon to.

    Please be patient.