• Resolved andrefreela

    (@andrefreela)


    I need help setting up the website footer.

    1. The 3 columns have the same width, how can I make the first column 50% and the others 25% wide?
    2. Social icons are on top of each other instead of side by side, how to fix this?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • ying

    (@yingscarlett)

    Hi @andrefreela ,

    Try adding this CSS for the widget width:

    .inside-footer-widgets >.footer-widget-1 {
        flex: 2 1 0;
    }

    and this CSS for the social icons:

    .site-footer ul.wp-block-social-links {
        display: flex;
        column-gap: 20px;
    }
    Thread Starter andrefreela

    (@andrefreela)

    Tks =)

    ying

    (@yingscarlett)

    No Problem ??

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