catcher10lp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Boxes arround menu topicsthank you for the explainations ??
but is there also a possibility to change to whole color of the box (not just the text) ?Forum: Themes and Templates
In reply to: [Customizr] Menu dropdown on hover and all parents linkI just put the code in the correct .php file but now I have an error:
Fatal error: Cannot redeclare TC_nav_walker::start_el() in /home/a2860904/public_html/wp-content/themes/customizr/parts/class-header-nav_walker.php on line 116What do I have to do?
Forum: Themes and Templates
In reply to: [Customizr] Change size of slider imagesI’m not shure if this is what you want but with this code you can customize you slider size:
.carousel .item { line-height: 250px; overflow: hidden; min-height: 300px; width: 1170px; }
Hope this helps ??
Forum: Themes and Templates
In reply to: [Customizr] Menu dropdown on hover and all parents linkI talked about the 2nd one… where do I have to put the php code? (sorry but I’m a noob :/ )
Forum: Themes and Templates
In reply to: [Customizr] Menu dropdown on hover and all parents link@imtheirwebguy (or somone other who can explain)
is your solution for the css-box or do I need to put it somewhere in the theme-file?
thanks ??
Forum: Themes and Templates
In reply to: [Customizr] custom, customizr-slider on a page levelIf you want to make you slider smaller use this code:
.carousel .item { line-height: 250px; overflow: hidden; min-height: 300px; width: 1170px; }
put the height you want behind “min-high”
hope that helped ??
Forum: Themes and Templates
In reply to: [Customizr] Reduce Space under the menuI’ll do that ??
Forum: Themes and Templates
In reply to: [Customizr] Reduce Space under the menuThanks!
Forum: Themes and Templates
In reply to: [Customizr] Reduce Space under the menuOh sorry https://immanuelinternationalev.comlu.com/
that one :3Forum: Themes and Templates
In reply to: [Customizr] slider, menu and logoBoth works great!!
Thanks ! ??
But now there is still a “big” space between the menu and the slider.
Is there a possibility to fix that?Forum: Themes and Templates
In reply to: [Customizr] Centering Logo.navbar .nav { display: block; margin-left: 10% } .navbar-wrapper .brand { width: 100%; display: block; } .navbar-wrapper .social-block { display: none; } .span7.inside.site-description { float: left; margin-left: 5% } .navbar-wrapper .navbar-inner { display: block; width: 100%; margin-left: 12.75%; max-width: 100% } navbar-inner {max-height:40px;}
Does this help you? I do it that way and it works fine ??