How do I fix the sidebar so the content doesn't spill out of the content area?

Discussion in 'Poloray WordPress Theme' started by goldkey, Nov 2, 2012.

Thread Status:
Not open for further replies.
  1. goldkey

    goldkey New Member

    Joined:
    Oct 26, 2012
    Messages:
    20
    Likes Received:
    0
    When I use the text widget or java script adder widget, the text spills outside the viewing area. Please see attached image. A link to the page demonstrating this issue is as follows:

    http://pgdynamic.ca/sales/

    If you could provide me with a solution, I would be most appreciative.

    Thank you in advance.

    Sincerely
    Laurie MacIntosh
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar {
    width: 70%;
    }
    Adjust its value as per your requirement.
     
  3. goldkey

    goldkey New Member

    Joined:
    Oct 26, 2012
    Messages:
    20
    Likes Received:
    0
    Thanks Gourav. That worked perfectly.

    Cheers
    Laurie
     
Thread Status:
Not open for further replies.

Share This Page