widget smaller

Discussion in 'Themia WordPress Theme' started by stefan, Dec 21, 2012.

  1. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi Support,

    When I am using the themia theme I noticed that the widget sidebar is
    wider compare to the average theme.
    1. Would it be possible to make the content area bigger and the widget area smaller? (attached in red)
    2. Also is there a way to remove the grey thing? (attached in purple)

    thanks
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    1) Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    If this isn't something you're able to do then you would need to hire a developer for this.

    2) Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar .wrap_sidebar h2 {
    background: none;}
     
  3. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi Nitesh,

    1. Understand it.
    2. Tried this code but it's not working, any suggestion?

    thanks
     
  4. 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 .wrap_sidebar h2 {
    background: none!important;
    }

    This will solve your issue.
     

Share This Page