• I need help finding where the width of footer A, B and C are declared.

    I would like to just have two columns in the footer each taking up 50% of the footer.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • You would need to use this in a custom CSS plugin or child theme:

    .sidebar-column {
       width: 50%;
    }

    After simply use only two of the footer widget areas.

Viewing 1 replies (of 1 total)
  • The topic ‘increasing column width for footer a, b or c’ is closed to new replies.