• Resolved Anouk

    (@anouk197)


    I currently have a footer with 3 widget areas. Open the link to see a screenshot of it.

    https://drive.google.com/open?id=1tCBRrGq-wBIpFD8YIdUfIkEWQuV51WsQ

    As you can see, it seems as if they’re all shifted towards the left a bit. The email is the middle widget but is not in the middle. the image on the right is also not symmetrical to the search widget. It is as if there is something in the right corner of the footer.
    How can I get my email in the middle, and the image more towards the right. Also, is it possible to get the image completely in the right corner of the footer?

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Can you please provide a link to your website?

    Kind Regards, Roman.

    Thread Starter Anouk

    (@anouk197)

    I have it on coming soon mode! Isn’t the screenshot enough?

    Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    @media (min-width: 992px) {
        #sidebar-footer .sidebar-column:nth-of-type(2) {
            text-align: center;
        }
    
        #sidebar-footer .sidebar-column:nth-of-type(3) {
            text-align: right;
        }
    }

    Kind Regards, Roman.

    Thread Starter Anouk

    (@anouk197)

    Wow! It worked perfectly! Thank you very much!

    • This reply was modified 8 years, 1 month ago by Anouk.

    Great! You are welcome 🙂

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘footer widgets space’ is closed to new replies.