Quantcast
Channel: help – WordPress.org Forums
Viewing all articles
Browse latest Browse all 13924

Bojan - WPMU DEV Support on "[Theme: Honcho] Removing slide in widget bars"

$
0
0

Hey there Laffy,

How are you doing today?

It appears that’s a premium theme, due to forum rules this limits us unfortunately. You can read more here:

http://codex.wordpress.org/Forum_Welcome#Commercial_Products

I did take a quick peek, this should hopefully get you what you need. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn't have custom CSS tab add it in your site using the following plugin:

http://wordpress.org/plugins/simple-custom-css :

.navbar .sb-toggle-left, .navbar .sb-toggle-right {
display: none;
}

This should remove both left and right toggle. This will push your site title to the far left so you might want to add some padding to it:

div#logo {
padding-left: 20px;
}

If you need any further help, you would need to contact the original developer.

Have a great day!
Bojan


Viewing all articles
Browse latest Browse all 13924

Trending Articles