• Resolved smoothb1

    (@smoothb1)


    How do i change the width of my sidebar on my site originbmx.com also do i need to change the search bar length

Viewing 7 replies - 1 through 7 (of 7 total)
  • do you have any theme options where you change the width as I found the code in grey.css may be created dynamically

    #sidebar {
    color:#777777;
    float:right;
    font-size:13px;
    line-height:1.5;
    padding:20px 0 0;
    width:305px

    Thread Starter smoothb1

    (@smoothb1)

    How doyou get all of these .CSS options I can’t find them

    When are in admin panel click on Appearance>>>editor
    and you will the style.css in your case thate may be a grey.css on right.

    Thread Starter smoothb1

    (@smoothb1)

    Its not there do i need the custom css updgrade

    Moderator t-p

    (@t-p)

    your theme must have style.css file.

    You can also check in /wp-contene/themes/your theme

    What theme are you using?

    The grey.css file is in themes/jenny/styles/grey.css.

    Among other things, you will need to change the width of:

    • #wrapper at line 62 from 880 to a new value
    • #sidebar at line 959 from 305 to a new value
    • #content.narrow at line 352 from 535 to a new value

    To widen the sidebar, change #wrapper and #sidebar up by the same amount.
    To narrow the sidebar, change #wrapper and $content.narrow up by the amount, and #sidebar down.

    There may be other places in the css that will need to be changed, so be sure you look at all pages in the site.

    Thread Starter smoothb1

    (@smoothb1)

    Thankyou guys i have done it now! ??

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