• Resolved lltde12

    (@sulrych)


    Hello,
    I previously was altering the .php files as I was trying to fix a page layout issue. consequently, Im not sure what I touched but it completely changed the link spacing in the left sidebar of the shop page that lists the categories. Can anyone help move the arrows from below to the left again? Super important as site needs to be fully live by Monday. Thankyou.

    What it looks like now

    What It should look like

    • This topic was modified 3 years, 4 months ago by lltde12.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you put this rule in your Customizer, that should fix it.

    .widget_product_categories .product-categories .cat-item a:before {
      position: relative;
      top: 0.05em;
      left: 0;
      margin-right: 0.25em;
    }

    p.s. Your attached pictures didn’t come through. You would have to upload the images to the web (with imgur or similar). Then paste the URL into your post.

    Thread Starter lltde12

    (@sulrych)

    Worked perfectly, thankyou!

    Thread Starter lltde12

    (@sulrych)

    Do you know of anyway to remove the right hand white space that is where the sidebar used to be before I moved it to the left?

    I don’t see any straightforward way of doing that for both mobile and desktop and without affecting other pages. You have two elements with the id of #primary, which complicates things.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help! Fix category sidebar widget spacing’ is closed to new replies.