• Resolved pglabisz

    (@pglabisz)


    Hi folks.
    I have a problem that I can not solve.
    I have searched the forum but there was no useful topic for me.

    I consider the themes sidebars to wide for my website so I would like to change their width.

    Does anyone know how to do it?

    Lack of any css or php skills. Only simple html.
    I am using the standard Fruitful theme (latest version) without any changes to the code.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there,

    You could perhaps use some CSS like this:

    .container .five.columns {
    width: 180px;
    }

    I took 100px off there, so I then add it here:

    .container .eleven.columns {
    width: 740px;
    }

    And here:

    .eleven.columns .blog_post .post-content {
    width: 684px;
    }

    This should hopefully sort you out. The theme author may also have another (or better) suggestion. ??

    If you need any further help then please do let me know.

    Thread Starter pglabisz

    (@pglabisz)

    Hey
    Thanks. That worked.
    I really appreciate your help.

    I will wait couple of days befor marking this topic as resolved. Maybe someone has another idea.

    You’re most welcome ??

    Take care.

    Thank you, Timothy, that solved my issue as well ??

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