Home › Forums › Free Themes › WEN Corporate › Resize width and set color for side bar
Tagged: what ok it
- This topic has 4 replies, 2 voices, and was last updated 8 years, 10 months ago by dmanfordj.
-
AuthorPosts
-
January 4, 2016 at 4:37 am #662dmanfordjParticipant
Hi ,
Happy New Year !!
Thanks for your previous help and support. I am very grateful.
I would want to resize side bars a little and give it a different color .
And I would also want to put a banner just underneath the top menu bar.
Your help will be greatly appreciated
ThanksJanuary 4, 2016 at 8:01 am #664wensolutionsKeymasterHI @dmanfordjm
Happy New Year to you as well 🙂 . Glad to help you.
To resize the sidebar you need to change the bootstrap resizing classes e.g.
col-sm-8
,col-sm-4
through PHP approach which is a little bit tricky and need some coding idea. These classes are handled from theme hooks functions ( location : inc/theme-hooks.php)wen_corporate_implement_primary_class
for left content area andwen_corporate_implement_secondary_class
for sidebar . Copy these functions in your child theme and change above class values to adjust / resize the sidebar and corresponding content area.On your second query it’s bit unclear whether you want to add your sidebar background a different color or any specific widget or part that you want to change.
Lastly, on your third query, for adding banner below main primary menu you need to modify hooked function
wen_corporate_implement_header_logo
(location: inc/theme-hooks.php) . Inside this function just after closing the menu wrapped div<div id="site-navigation">
you can place your banner code. It will appear beneath the primary menu. Copy that function in your Child Theme functions.php to override this changes.Alternatively, to do all these customizations if you are not too confident and familiar with function overrides and accordingly the design adjustments then you can Hire a Customizer to get you through these requests in a more safe way.
Let us know if you need any more help !
January 4, 2016 at 8:25 am #666dmanfordjParticipantThanks a lot for the reply. It was very useful.
Do you have a theme similar to the wen solutions page for sale ?
http://wensolutions.com/#hire-customizer-form .It awesome and would like to purchase something similar if available .
Or can a customizer tweak my current WEN Corporate theme to look like that?
How much will that cost ?January 4, 2016 at 9:12 am #667wensolutionsKeymasterWell @dmanfordj we have similar theme called eVision Corporate Pro for sale in our Theme Palace shop. Also there is free version available with few options but Pro comes up with numerous flexible options through customizer. You can also check this theme by viewing it’s demo.
Customizing WEN Corporate theme could be a second alternative for you. To customize WEN Corporate would need extra hours of coding depending upon your design and feature requests. Cost can then be accordingly estimated by our Customizer Tech Support after you contact them.
Hope this helps resolving your query.
Thanks
January 4, 2016 at 10:45 am #669dmanfordjParticipantThanks
-
AuthorPosts
- You must be logged in to reply to this topic.