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
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;}
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.