• burakwp1

    (@burakwordpress1)


    Hello,

    does anybody know how to increase the width of the pinboard theme? I want it wider than it is in original.
    How can I solve this with css?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi!

    Put this in your user.css, works for me…!

    #wrapper {
    	position:relative;
    	max-width:1040px;
    	margin:0 auto;
    	box-shadow:0 0 18px rgba(0, 0, 0, .4);
    	background:#f8f8f8;
    	overflow:hidden;
    }

    Greets
    Geri

    Thread Starter burakwp1

    (@burakwordpress1)

    Hi Geri,

    I tried this but it doesn′t work for me. By the way..I put this code in the custom css box of the theme..but you have written user.css
    Is there a file called user.css, if yes..where is it?
    Maybe it′s my mistake.
    Otherway thats strange it should work for me when it works for you..

    Greets

    Burak

    Yep, I ment the cutom css-box.

    Maybe you have a disturbing plugin?

    Try to deactivate all plugins and put the code in the custom css-box.
    Be sure no other code stands in there.

    Greets
    Geri

    Thread Starter burakwp1

    (@burakwordpress1)

    Oh good..I take something in the sidebar and now the width is ok..now I don′t have any width problem anymore..yayyy… But thank you for your suggestion.

    But I have another question: In the sidebar there is a left and right section..is it possible to make one area of these two areas…for example when I add a calendar to the left area it′s too left and I don′t want to add 2 things next to each other..

    Do you know what I mean?

    Greets

    Burak

    I had the same problem…! ??

    Take the “Sidebar Bottom” and your problem is gone…!
    (It’s still the same sidebar)

    Cheers

    Thread Starter burakwp1

    (@burakwordpress1)

    Perfect Geri!
    Very easy solution…thank you very much ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Pinboard Theme width — to small?’ is closed to new replies.