Home › Forums › Themes Support › Gecko › Header size
- This topic has 5 replies, 2 voices, and was last updated 7 years, 7 months ago by Harry.
-
AuthorPosts
-
-
May 15, 2017 at 7:28 am #4033
Hi I have 3 questions
1.
I want to make the navigation bar smaller. I want to change the height on this one
<header id=”jas-header” style=”height:85px”>
I want height to be 60 px
2.
I want to add a div in the header that will be there if a new update comes, how do I do this without messing with the father theme, so it works with new updates?
3.
Iam wondering how to remove the bar on the shop page (look image)
Best regards
-
May 15, 2017 at 9:24 am #4036
Hi,
1. You can reduce height of header by add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.jas-menu > li > a { line-height: 60px;}
.jas-branding { padding: 12px 0 13px; }
2. If you use gecko-child you can add a div in header layout you’re using without lose when update parent theme
3. You can remove bar by add custom css code
.result-count-order { display: none; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 22, 2017 at 5:58 am #4387
Thanks for the answers but question number 1 doesn’t work. It doesn’t change the height on the header.
best regards
-
May 22, 2017 at 9:35 am #4389
Hi,
I checked your site and saw header height now is 60px as you want https://monosnap.com/file/1vYIlfbqSkOdcpe8Ysh4HnmuMxj2JK#
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
May 24, 2017 at 9:25 am #4427
<header id=”jas-header” class=”header-3″ role=”banner” itemscope=”itemscope” itemtype=”http://schema.org/WPHeader” style=”height:78px”>
style is set dynamically or statically somehow.
I want the header to be 60 px when scrolling down and the header gets sticky.
Look at attached file if you can’t see image in post
Best regards
- This reply was modified 7 years, 7 months ago by cleast.
Attachments:
You must be logged in to view attached files. -
May 24, 2017 at 10:37 am #4438
Sorry i forgot check your site on normal screen, i only check your site on retina screen.
I saw you add custom css
.regular-logo { max-width:150%; } do you want display your logo bigger?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.