Tagged: header
-
AuthorPosts
-
March 2, 2014 at 9:38 pm #231297
I am using “Fixed header with social and add’l nav”
I like the larger logo but don’t want the top barwhen i add the css: #header_meta {display: none; } or #header_meta { margin-top: -30px; } it removes the bar but leaves that same space at the bottom of the logo (above the main content slider).
what else do i need to add to fix this? thanks for the help (and theme)
- This topic was modified 10 years, 8 months ago by mostlyjan.
March 3, 2014 at 12:50 am #231341Hi, #header_meta { display: none; } worked fine on my installation, can you post a link to your website?
Cheers!
JosueMarch 3, 2014 at 4:46 am #231410http://mostlyweb.com.s167171.gridserver.com
this is a dev server; just playing around with the theme (for now).ALSO, i noticed that in Chrome on a Mac, when you refresh a page while the smaller logo is “fixed” to the top of the screen, that the large logo doesn’t load when you scroll back to the top and the header is restored to it’s normal large size. So to replicate, scroll down so that the nav is fixed and the logo is small. Then click refresh. In chrome, when you then scroll back to the top, the large remains small (even when the surrounding header space is restored to large/actual size). Seems to work fine in FireFox.
i am starting to like your Theme. Been using another popular theme for a few sites but like how you guys have implemented the UI for the page elements. Nice job!
March 3, 2014 at 3:07 pm #231548Hey!
Please add following code to Quick CSS as well
.fixed_header.social_header #main { padding-top: 117px; }
Now that Header meta section is removed, top padding of main section should be decreased using the code above.
I could not reproduce the issue on my end on Chrome on Win7, however, i tagged Josue to take a quick look on his Mac. Let us wait for his answer.Regards,
YigitMarch 4, 2014 at 3:52 am #231989Hey!
For the Mac issue, try adding this code to the Quick CSS:
.logo, .logo img { max-width: 313px !important; }
Cheers!
JosueMarch 4, 2014 at 5:56 am #232026Perfect. Thank you!
March 4, 2014 at 6:12 am #232027You are welcome, glad we could help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Hiding header_meta’ is closed to new replies.