Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to change the width of the Forum block

  • @palmakan

    Participant

    Hello there,

    I am tearing my hair out to try and change the with of this forum block (area in white) on my site. It is far too small and want it to be wider.

    http://khalsaspad.com/forums/

    If one then clicks on “Traders talk forum” the width changes to a wider width.

    If you then click on “Trading rules and motivation” it changes to a different width again.

    How can I change the change the width of the area in white on all the forum blocks to be nice and wide?

    I am using bbpress 2.4 and WordPress 3.61 with the picochic theme.

    Any help would be greatly appreciated.

    Thank you so much in advance.

    Pal

Viewing 12 replies - 1 through 12 (of 12 total)
  • @palmakan

    Participant

    Please will some moderator take my web address to my site out of the above post.

    Sadly ever since I posted that, I am suddenly getting lots of bots on my site sniffing around for something and its using up lots of my resources on my server.

    However any help with the issue will be appreciated.

    Thank you

    @xevo

    Participant

    “Resource Limit Is Reached”

    @palmakan

    Participant

    Indeed Xevo, this was a direct result of posting my site address above sadly.

    Any idea though on the issue and how to resize the forum block (all the forums information) to make it wider.

    @freewpress

    Participant

    page says 500 Internal Server Error…. Repair permissions??

    @xevo

    Participant

    CSS issues cant really be repaired if I cant see the website.

    @palmakan

    Participant

    Thanks Xevo.

    The site is back now.

    Any help appreciated

    @freewpress

    Participant

    Open your style.css, go to line 1089 and write this:

    
    #content {
        float: left;
        width: 68%;
    }

    @palmakan

    Participant

    Thank you freewpress.

    I went to line 1089 of style.css in wp-content/themes/picochic

    It had the follow in

    #content {
    float: left;
    #max-width: 67%;
    max-width: 68%;
    #margin-left: 15px;

    I added the width in to make it this.

    #content {
    float: left;
    width:68%
    #max-width: 67%;
    max-width: 68%;
    #margin-left: 15px;

    Yet it is still the same in bbpress Forums page (when you click forums from my main menu)

    Any other ideas?

    @freewpress

    Participant

    Replace with this:

    	#content {
    		float: left;
    		width: 68%;
    	}

    You must to remove your code and replace…

    No max-widht no # ok?

    @palmakan

    Participant

    Brilliant my friend.

    Very kind of you to solve this for me and its all done and working perfect.

    Thank you so much

    All the very best

    God Bless

    @freewpress

    Participant

    No problem for me to help you… 🙂

    Bye from italy…

    @khedmakhad

    Participant

    I want to change the width bbpress forum as you see in the image the forum located in the left I want to center the forum list you can help me thank you
    I want to change the width bbpress forum as you see in the image the forum located in the left I want to center the forum list you can help me thank you

Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.
Skip to toolbar