Change Sidebar width

Home Forums Legacy Support Support queries Styling issues Change Sidebar width

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #77941
    skop81
    Spectator
    Hi there, I'm trying to change the width of the right sidebar in a "right sidebar page". I'm using this custom css code: for the sidebar: .col-md-3 { width: 33%; } for the main content: .col-md-9 { width: 67%; } But I've seen that this code afflict the four column footer, is there a way to increase the right sidebar width without afflict the footer? Thank's for your support. You can see here what I mean: http://autodesk.melepla.co.uk/essential-autocad/
    #78058
    Go to wp-admin-> customiser->add custom css->add this css @media (min-width: 992px){ .page-template.page-template-right-sidebar-page.page-template-right-sidebar-page-php #content .container .row .col-md-9 { width: 67% !important; } } @media (min-width: 992px){ .page-template.page-template-right-sidebar-page.page-template-right-sidebar-page-php #content .container .row .col-md-3 { width: 33% !important; } }
    #78061
    skop81
    Spectator
    It works! Thank you so much! :)
    #78079
    #Cheers!
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change Sidebar width’ is closed to new replies.