• Resolved sarjn15

    (@sarjn15)


    Hello,

    I’m trying to resize my sidebar as you will notice from the link provided, my reCaptcha crosses over into my main section. I’ve try customizing my CSS, but no luck.

    Anyone else solve this mystery?

    Thanks in advance!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Sarjn,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Advanced Options > Additional CSS field:

    @media screen and (min-width: 1200px) {
      .span3.tc-sidebar {
        width: 315px;
      }
    
      #content {
        width: 825px;
      }
    } 

    Thanks!

    Thread Starter sarjn15

    (@sarjn15)

    That fixed it, @emranemranx.

    Thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar Width’ is closed to new replies.