Home Forums WoodMart support forum Footer Width

Footer Width

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #36072

    keizershaquil
    Participant

    Hello,

    I chose another footer, but the with seems to be wrong.
    The 6th column seems to be bigger, eventho they’re meant to be the same size. How can I fix it? Please see attached screenshots

    Attachments:
    You must be logged in to view attached files.
    #36080

    Artem Temos
    Keymaster

    Hi,

    But as you can see on the screenshot from your Theme Settings you choose a footer layout that has a wide 6th column so it works correctly for you.

    Regards

    #36081

    keizershaquil
    Participant

    ops, my bad. just noticed it is big on the layout

    #36082

    keizershaquil
    Participant

    How can I add a line bellow the logo?

    Attachments:
    You must be logged in to view attached files.
    #36088

    Artem Temos
    Keymaster

    You can add it with the following CSS code but it will not be full width

    .footer-column-1 {
        border-bottom: 1px solid #d33a46;
        margin-bottom: 20px;
    }
    .footer-column-1 .woodmart-widget {
    	margin-bottom: 10px;
    }
    #36138

    keizershaquil
    Participant

    is it not possible to make full width? I want for it to be the same as the min footer (copyrights)

    #36139

    keizershaquil
    Participant

    nvn, decided to go back to the 5 column footer. How to make the 2nd, 3rd, 4th and 5ht the same size? The 1st one can be bigger, but the others the same.

    Attachments:
    You must be logged in to view attached files.
    #36143

    keizershaquil
    Participant

    tried the following code:

    .footer-column-1{
    width:25%;
    }

    .footer-column-2{
    width:18.75%;
    }

    .footer-column-3{
    width:18.75%;
    }

    .footer-column-4{
    width:18.75%;
    }

    .footer-column-5{
    width:18.75%;
    }

    is it the correct way?

    #36148

    Artem Temos
    Keymaster

    Yes, but you need to use this code snippet to the desktop custom CSS section only.

    #36919

    keizershaquil
    Participant

    Thank you Artem 🙂

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

The topic ‘Footer Width’ is closed to new replies.