Home Forums WoodMart support forum Footer alignment problem

Footer alignment problem

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #312019

    ilkin
    Participant

    Hi, hope you are doing well. In my footer I am using 4 columns design however, between column 2 and 3 there is huge gap which does not look properly. I want to change that and make them look more central with the same gap. I tried with css but could not find the solution. Can you help me to fix that?

    PS. picture is attached for clarification

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .footer-column.footer-column-2 .textwidget, .footer-column.footer-column-2 .widget-title {
        margin-left: 50px;
    }

    Regards.
    Xtemos Studios

    #312058

    ilkin
    Participant

    Yes that code is shifting the footer column 2 to the right, however, I want to shift column 2 to the right and column 3 to the left in order to keep the symmetry in the footer view. Can you update the code according to that?

    #312172

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS for column 3.

    .footer-column-3 .woodmart-instagram {
        margin-right: 20px;
    }

    Regards.
    Xtemos Studios

    #312255

    ilkin
    Participant

    Thanks it works

    #312263

    Hello,

    We are thrilled that you loved your experience with XTEMOS,We put customer experience and satisfaction as our priority, and your words reaffirm the hard work we put in every day.
    So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Footer alignment problem’ is closed to new replies.