Need Basic Full Width Wordpress Theme

Discussion in 'WordPress' started by tunescool, Apr 26, 2013.

  1. #1
    does anyone know where i can get just a basic full width(adjustable) theme with a rite sidebar. i dont need a wordpress theme site, i want a download specific themes. im sick of looking, thanks for any help
     
    tunescool, Apr 26, 2013 IP
  2. Devtard

    Devtard Notable Member

    Messages:
    850
    Likes Received:
    133
    Best Answers:
    4
    Trophy Points:
    220
    #2
    Everything is adjustable via CSS. If you use the default theme Twenty Twelve (http://wordpress.org/extend/themes/twentytwelve) you can change the width to 100% just like in the example below:


     
    Devtard, Apr 26, 2013 IP
  3. tunescool

    tunescool Well-Known Member

    Messages:
    430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    158
    Digital Goods:
    1
    #3
    i thought it wasnt adjustable and i thought i read that somewhere too

    i added this and got 100%, thanks for the help, and the tag plugin in your sig

    .site {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    }
     
    tunescool, Apr 26, 2013 IP