iamacyclist
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] limit of menu in navbar to change to drop down menuThanks.
I’m fiddling with minor tweaks anyway and I was scaling the window while adding content and I did not see the reason for the menu to go into a drop-down menu that early.
Forum: Themes and Templates
In reply to: [Customizr] limit of menu in navbar to change to drop down menuthanks
I am a noob on this… is there a way of doing reducing the max width in the custom CSS?Forum: Themes and Templates
In reply to: [Customizr] Change hight of the navbarThanks,
It do change the box around the menu but if I set height to e.g 10px the menu appears under the box.CSS code is:
.navbar-wrapper .brand {width:100%; float:center;}
.navbar-wrapper .navbar {width:99%; float:center}
.navbar-inner { height: 250 px}Logo is 800×100 covering the top of the page.
The navbar is underneathIf I change the height to 350px. the menu is in the same pos. but the box is bigger.
If I set it to e.g. 0px the box is still there but located over the menu.Forum: Themes and Templates
In reply to: [Customizr] Increase Logo sizeJust was I was looking for.
summary:
CSS custom for changing the logo and navbar:
/* logo (change width from 0-100%; float from left/center/right) */
.navbar-wrapper .brand {width:100%; float:center;}/*menu bar size*/
.navbar-wrapper .navbar {width:99%; float:center}/*menu bar text */
.navbar .nav {
display: block;
float: right;
left: 0;
margin: 0 10px 0 0;
position: relative;
}Thanks a lot!!!
Forum: Themes and Templates
In reply to: [Customizr] Increase Logo sizeHi,
I also would like to change the size of the logo.