Community Forums › Forums › Archived Forums › Design Tips and Tricks › Header Issue Magazine Pro
Tagged: css, header, Magazine Pro
- This topic has 8 replies, 2 voices, and was last updated 10 years ago by
Christoph.
-
AuthorPosts
-
May 10, 2015 at 10:29 pm #151632
haerog
MemberHi all,
I was doing some tinkering with our header and I've messed things up and I'm not quite sure how to fix it.
Issue 1: Our top menu covers half of our header images. I had played with the spacing above the images and now I can't get the images to appear underneath the top menu.
Issue 2: We have an image in the logo area and then two other images in the header. I didn't use CSS and have minimal skills in that area. The two images (Open 24/7 and Call Now) are off center if you look at the site on mobile/tablet. We'd ideally like to have all three images aligned across the header section horizontally on desktop/laptop/tablet and aligned and centered vertically on mobile.
Thanks in advance for any and all help.
http://bit.ly/1E1muknMay 10, 2015 at 11:12 pm #151639Christoph
MemberHi,
you will have to change some entries in the style.css:
1.
Increase the padding-top around line 1049 of the style.css (use 60px or more).primary-nav .site-header { padding-top: 10px; }
2.
Increase the padding-top around line 1657 within @media only screen and (max-width: 1023px) {
(again use 60px or more).primary-nav .site-header { padding-top: 0px; }
Around line 1676 add the following within @media only screen and (max-width: 768px) {
.primary-nav .site-header img { display: block; float: none; margin: 10px auto; }
May 10, 2015 at 11:24 pm #151643haerog
MemberThank you very much for your reply. I've made the changes to the CSS but I don't see the changes reflected on the site.
I'm really confused. I've cleared the cache and checked but for some reason that top menu is still swallowing the header section.I know I'm probably overlooking something but I feel like I've done everything correctly.
May 11, 2015 at 5:37 am #151680Christoph
MemberHi,
don't see the changes in the css.
Make sure to save your changes.Empty all caches (caching plugin, Content Delivery Network (e.g. Cloudflare), Cache of the host)
May 11, 2015 at 10:33 am #151731haerog
MemberI'm really confused now lol. All of the changes are reflected in the CSS on my end but I've even tried turning off the cache and clearing the cache and still nothing.
Also in the section above our footer all the links are invisible. I guess the link font has been changed to match the background.
Thanks again for your time and help. Sorry for being so slow with all of this.
May 11, 2015 at 10:53 am #151733Christoph
MemberI believe you are minifying your css. If that´s the case, turn off the minification, save your changes again and see if the changes are showing up.
For the links in the footer, you have this around line 1491:
.footer-widgets a{ color:#fff font-weight: 300; }
You have to add a
;
after #fff
May 11, 2015 at 10:55 am #151735haerog
MemberHi thanks! Was just going to write to say that I had narrowed it down to a caching issue. Thank you for the exact problem.
It was becoming frustrating because I could see the changes saved everywhere I looked. Going to make the changes and I'll let you know. Thanks again for your help.May 11, 2015 at 11:07 am #151737haerog
MemberCompletely fixed!! Thank you for your time, patience and help.
May 11, 2015 at 11:14 am #151739Christoph
MemberHappy to help and glad you got it fixed.
Please mark this topic as resolved, so it can be closed.
-
AuthorPosts
- The topic ‘Header Issue Magazine Pro’ is closed to new replies.