Nikita Hlopov
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Reviews
In reply to: [Social Elements for WPBakery Page Builder] Good one.Thank you!
Forum: Reviews
In reply to: [Sidebar for WPBakery Page Builder] Great UI ImprovementThank you!
Forum: Reviews
In reply to: [Sidebar for WPBakery Page Builder] Provides a good optionThank you!
Forum: Reviews
In reply to: [Sidebar for WPBakery Page Builder] Nice solutionThank you!
Forum: Plugins
In reply to: [Gutenberg] Custom HTML disappears from Reusable blockSame for me. No errors in the console.
I’ve added a Custom HTML block with a table as a reusable block, and now it just shows as empty space.
When trying to edit the block, I only see the title and emptiness.Forum: Themes and Templates
In reply to: [Visual Composer Starter] Centered logoHello!
I don’t quite understand what you mean by:
logo between the menu
But here’s the code that will center the logo and menu:
@media (min-width: 768px) { .navbar-wrapper .navbar-brand { float: none; text-align: center; } body:not(.menu-sandwich) .navbar-header { max-width: 100%; float: none; } }In case you want to center also on mobile devices use this:
.navbar-wrapper .navbar-brand { float: none; text-align: center; width: 100%; } body:not(.menu-sandwich) .navbar-header { max-width: 100%; float: none; text-align: center; } .navbar-wrapper .navbar-toggle { float:none; margin: 0; }Please let us know how it worked out for you.
Viewing 6 replies - 1 through 6 (of 6 total)