Changing Widget width and Height

Discussion in 'Blackriders WordPress Theme' started by bernz3, Feb 26, 2015.

  1. bernz3

    bernz3 Member

    Joined:
    Feb 18, 2012
    Messages:
    56
    Likes Received:
    0
    Hi Guys,

    I have been using the Home Page Right Feature Widget area. Is there a way to edit its width and height? Also can these types of widget be added to other themes?

    Thank you,

    Ben
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Ben,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .sidebar.home {
      width: 80%;
      height: auto;
    }
    
    Please change numbers according to your requirement.
    You can add these type of widget in all pages from Appearance=>Widgets.

    Thanks & Regards
    Pramod Patel
     

Share This Page