Home Forums Basel support forum footer high size

footer high size

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #2303

    Alvaro
    Participant

    hi guys. I need to resize the footer high. How can i make it?

    #2304

    Artem Temos
    Keymaster

    Hello,

    Thank you for contacting us.

    You can remove padding for the footer section with the following CSS code that you need to place into Custom CSS section in Theme Settings

    .footer-container .widget-area {
        padding: 0;
    }

    Also you can remove empty white space on your logo image.

    Regards

    #2325

    Alvaro
    Participant

    Hi again. Thanks for your answer but im still with trouble. I didnt say it before, but i want to make it smaller.

    i pasted the code

    .footer-container .widget-area {
    padding: 0;
    }

    and changing the 0 for any other number makes it bigger. how can i make it mid-size? Thanks again.

    #2335

    Artem Temos
    Keymaster

    Try to set your padding like this

    .footer-container .widget-area {
        padding: 10px;
    }
    #2336

    Alvaro
    Participant

    hi, chek again please. It onyl makes it bigger.

    #2339

    Artem Temos
    Keymaster

    First of all please remove empty space under and above the logo text on the image http://amaria.es/wp-content/uploads/2016/07/Logo-amaria-sin-fondo-para-web.png

    #2343

    Alvaro
    Participant

    done!

    #2344

    Artem Temos
    Keymaster

    Now the only one problem we see is a large space after social icons. You can try to remove <br> tags in Apparance -> Widgets -> Footer Column 1 to make is smaller.

    #2345

    Alvaro
    Participant

    I did it and it doesnt make the difference

    #2346

    Artem Temos
    Keymaster

    <br> tags are still there, you didn’t remove them.

    #2351

    Alvaro
    Participant

    thanks guys that would be enough!!!

    #2363

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)

The topic ‘footer high size’ is closed to new replies.