Bianca template display issue. I want to remove the line above the logo
After I tried this:
@media only screen and (max-width:440px) {
.header_main {
flex-direction:column-reverse;
}
}
See attachments:
Using an Iphone 5, the logo is displayed with the bar across the top.
Using firefox, with web developer > responsive design mode (set to be iphone size) it displays the logo without the bar across the top. Moving the logo up to where I want it.
Bianca logo styling
- Issue
- Pappy
- Commercial Templates
- Friday, 21 February 2020
- Subscribe via email
Hello
To amend try adding the following to the Custom CSS field of your template settings...
Ciaran
To amend try adding the following to the Custom CSS field of your template settings...
#container_header .wrapper960 {
flex-wrap: nowrap;
}Ciaran
- more than a month ago
- Commercial Templates
- # 2
That worked and created the transparency. I never would have found that...
In mobile view, even portrait Ipad, the logo/menu is still too far below the header.
In mobile view, even portrait Ipad, the logo/menu is still too far below the header.
- more than a month ago
- Commercial Templates
- # 3
Thank you Mark
I have enabled the Overlap Header if in showcase-1# module position option in your slideshow module settings which I believe gives you the desired result.
Ciaran
I have enabled the Overlap Header if in showcase-1# module position option in your slideshow module settings which I believe gives you the desired result.
Ciaran
- more than a month ago
- Commercial Templates
- # 4
Hi Mark
I assume you wish the first line of the logo to display on the header and the second line outside the header on all screensizes?
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
I assume you wish the first line of the logo to display on the header and the second line outside the header on all screensizes?
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
- more than a month ago
- Commercial Templates
- # 5
That took care of the line, but there is too much space above the mobile logo now.
I've tried several approaches but no luck.
Using Firefox Web developer tools, the layout isn't consistent between the tools responsive layout (Iphone size) and an actual Iphone.
The spacing isn't the same.
I'm resigned to this, but I need to move the mobile logo up.
Thanks,
Mark
I've tried several approaches but no luck.
Using Firefox Web developer tools, the layout isn't consistent between the tools responsive layout (Iphone size) and an actual Iphone.
The spacing isn't the same.
I'm resigned to this, but I need to move the mobile logo up.
Thanks,
Mark
- more than a month ago
- Commercial Templates
- # 6
Hello
To remove the line above the logo, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To remove the line above the logo, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.logo::before {
display: none;
}Ciaran
- more than a month ago
- Commercial Templates
- # 7
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »