• First I want to say that x-blog is a great theme! The only difficulty I have are the footer widgets. The distance between them differs depending on the neighboring column. It would be nice if the distance would be the same in every column.
    Thank you very much for any help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Noor Alam

    (@nalam-1)

    Please go Customizing-> Additional CSS and write the css code then your footer widget will be fixed.
    Please see screenshot https://prntscr.com/pi825m
    The css code is
    /*Start css*/
    @media (min-width:769px) {
    .baby-container.widget-footer {
    column-count: 3;
    column-gap: 1em;
    padding:50px 0
    }

    section.footer-widget{
    background-color: #eee;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
    }
    }
    /*End css*/

    Theme Author Noor Alam

    (@nalam-1)

    Please see your site footer widget after apply the css code.
    Footer Widget view screenshot https://prntscr.com/pi82i8

    Thread Starter nickrita

    (@nickrita)

    Dear Noor Alam,
    thank you for your fast reply.
    I did as you wrote, but now the Widgets are in a long first row before they start the second row. The third one is empty.

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