• Hi!

    First of all, thank you for your work! Theme is just amazing.

    I have a couple of simple questions I believe:
    1. How to lessen footer height (this is too much empty space for now) and increase size of footer’s font (it can’t be read properly at the moment)?
    2. Is it possible to display logo centrally and not at the left when it comes to mobile devices only?

    Big thanks in advance! Great theme to use – thanks a lot!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey there allsmilesby,

    How are you doing today?

    Both of these should be possible to do with some custom CSS. Would you mind posting link to your site where I can see this and I’ll try to help with some CSS code ??

    Cheers,
    Bojan

    Thread Starter allsmilesby

    (@allsmilesby)

    Hey, Bojan!

    Everything is OK apart from really sad news about great man and actor which Alan Rickman undoubtedly was…

    Hope you’re doing fine as well!

    Surely I can post a link to the site: https://allsmiles.by/
    However, the site is under construction at the moment so you probably won’t find there room for maneuver ??

    Big thanks in advance!

    Hey again,

    Everything is OK apart from really sad news about great man and actor which Alan Rickman undoubtedly was…

    Yeah that’s really sad, I’m a big fan ??

    Regarding reducing size of your footer and increasing the font there please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    footer#containerfooter {
        padding-top: 0;
    }
    
    .footercredits p {
        font-size: 10px;
    }

    First part will remove the top padding on the footer and reduce its height slightly, second part is the original font size of the text that you can see there. Please increase the value to what ever suits you the most.

    As for centering your logo in the header, can you please add a navigation first so I can see how will that look and try to center it based on that. Also are you looking to have logo centered and have the navigation in the second line?

    Please advise on that ??

    Cheers,
    Bojan

    Thread Starter allsmilesby

    (@allsmilesby)

    Hi Bojan,

    And it worked out wonderfully! Thank you!

    Regarding logo, I’ve created menu with one page – hopefully it will be useful. Yes, it would be great if logo will be displayed centrally and menu just below it.

    Thank you once again for your help – it means a lot!

    Best regards!

    Hey agian,

    You can try adding something like this:

    .col-md-3.col-sm-8.col-ss-9.clearfix.kad-header-left {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    This should center the logo and move the navigation to the second row.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter allsmilesby

    (@allsmilesby)

    Hey Bojan,

    Thanks for your help! It’s appreciated indeed!

    Can I kindly ask you to look through another problem here? I don’t want to be intrusive so if you’ll be able to find the solution it will be truly wonderful, if not – I’m grateful nonetheless.

    Thanks and have a good day!

    Best regards!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Logo & Footer’ is closed to new replies.