Need some help with wordpress

Discussion in 'WordPress' started by webtranslation, Jun 20, 2013.

  1. #1
    webtranslation, Jun 20, 2013 IP
  2. Ted Reka

    Ted Reka Well-Known Member

    Messages:
    129
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    130
    #2
    Go to appearance - edit and find the css file on the right sidebar.

    Type CTRL + F from your keyboard and type Sidebar to find the sidebar line

    Find the line below, change the width: 210px; to width: 596px; or whatever size you want . Save the changes and refresh the page.
    .sidebar {
    float: left;
    font-size: 12px;
    padding: 0;
    width: 210px;
     
    Ted Reka, Jun 20, 2013 IP