This topic has 18 replies, 3 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hi, I have 2 questions about mobile header and mobile fixed header.
1) positions of logo in header and in fixed header are not on same center line. I header logo is down and in fixed header logo is in the center. I think is is a bug and logo in header should have the same position like in fixed header. 2) cart in header does not have “number” and cart in fixed header has “number”. Cart in header should have “number” too.
Please see screenshots: https://www.dropbox.com/s/1nggi2x0sv6tg9x/IMG_2061.PNG?dl=0 https://www.dropbox.com/s/p4m52zvtzdm7cbz/IMG_2062.PNG?dl=0 Can it be fixed? https://cherepovets.sushifoods.ru
Hello,
Thanks for contacting us.
1. Please add this code in Theme Options > Custom css > Custom css for mobile:
.header-wrapper .header-logo {
margin-bottom: 10px;
}
2. Theme Options > Custom css > Custom css for mobile:
.main-header .badge-number {
display: block;
top: 5px;
right: -5px;
}
Regards
Thank you
You’re welcome!
Regards
Now I get number near cart in header.
How to change font size of products number near cart in header?
Size of products number near cart in header is bigger then size of products number near cart in fixed header. I need same sizes in header and in fixed header.
Please change this code http://prntscr.com/kcrnt1 to:
.main-header .badge-number {
display: block;
top: 5px;
right: -5px;
font-size: 11px;
}
Regards
hi is there a way to keep the logo in the header big and bring the menu down to the bottom of the header please – sorry but the client has a hideous logo im trying to work with!
Hello @queenb123,
You can change Header Type in Theme Options.
If you want to use current header type, add this code in Theme Options > Custom css or in style.css of child theme:
.navbar-right { vertical-align: bottom; }
.navbar { border: none; }
Regards
ok thanks i know about the different headers – unforunately due to the silly logo this is the only one that works -the code you sent didnt do anything – just want the menu on the right to touch the bottom of the black bar!
oh ha ha thanks.
Hello @queenb123,
You’re welcome!
Regards
Hi sorry,
Just one more question – is there a way i can add something in the header…an image or text or something?
Hello @queenb123,
You can enable top bar in Theme Options > Header settings > http://prntscr.com/kvpcll and add own content http://prntscr.com/kvpcu0
Also, header structure file can be edit via child theme headers/header-structure-4.php file if you have appropriate skills.
Regards
Thank you.
Dear @queenb123,
You’re welcome!
Regards
Hi sorry,
just enabled the top bar and added a text-image and cant see anything???
Hello @queenb123,
Header type 12 doesn’t support top bar. So you need to copy the header-structure-4.php file from parent theme into woopress-child/headers folder and make changes there. If you don’t have necessary skills you may contact WP-Kraken customization team.
WooPress Child Theme can be downloaded here – https://www.8theme.com/download-plugins/ Read more – https://www.8theme.com/demo/docs/woopress/#3_child_theme
Regards
You must be logged in to reply to this topic.Log in/Sign up