-
AuthorPosts
-
September 3, 2015 at 3:38 am #497475
Hi
I have lost the top of my page into the header for some reason. Can’t seem to work out why this would happen. Moving the Header down just makes the breadcrumbs disappear.
Regards
RichardSeptember 3, 2015 at 8:13 pm #497971Hey Richard!
You have following custom CSS code
.container .av-content-full.units { margin-top: -65px; }
Please remove it
Regards,
YigitSeptember 3, 2015 at 10:55 pm #498044Hi Yigit
Thanks for your reply. The problem is that taking out that coding effects all the other pages as I have moved the containers up to take out space. The other issue is the breadcrumb does not show even if I do remove the coding.
Regards
RichardSeptember 3, 2015 at 11:52 pm #498065Hey!
Can you please point out why you are adding this code? We may be able to provide you an alternative solution which would not affect globally.
Regards,
YigitSeptember 4, 2015 at 5:15 am #498119Hi Yigit
Thanks for your reply. I found the space between the breadcrumbs and the
image on most pages to be too big. So I added this global coding to reduce
the space. It was not apparent at the time that it affected the Testimonials
page. It also affected page 259 as this page does not show the breadcrumbs
but that may be due to other coding I added..Thanks
Regards
RichardSeptember 4, 2015 at 3:04 pm #498421Hi!
Please remove following codes
.container .av-content-full.units { margin-top: -65px; } .container .av-content-full.units { margin-top: -10px; }</code
and use following one instead
.content, .sidebar { padding-top: 10px; }
Regards,
YigitSeptember 5, 2015 at 1:51 am #498642Hi Yigit
Thanks for the input. However, it does not fix the breadcrumbs that do not show up on page 107 “Testimonials” and the gap between the image and the breadcrumbs is now too large on every page…see page 310 “your needs” for instance.
I have replace the original cosing as/*Move container up below breadcrumbs*/ .container .av-content-full.units { margin-top: -65px; }
This fixes the gap on all the pages but now page 107 has disappeared again
Regards
Richard- This reply was modified 9 years, 2 months ago by Richard.
September 7, 2015 at 3:27 pm #499266Hey!
Please add following code to Quick CSS as well
.page-id-107 .container .av-content-full.units { margin-top: 0; }
Cheers!
YigitSeptember 8, 2015 at 9:01 am #499721Hi Yigit
Thanks for your input. The problem still exists..on the “Testimonials” page the breadcrumbs do not show and the gap between the breadcrumbs and the image is too large on all the other pages ie “Your Needs”, “Our Solutions” etc
Regards
RichardSeptember 8, 2015 at 5:04 pm #500004Hi!
You do not have breadcrumbs on your testimonials page. Do you mind creating a temporary admin login and posting it here privately? Also, please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page
Cheers!
YigitSeptember 9, 2015 at 1:33 am #500166Hi Yigit
Thanks for the reply. I have added the temp access for you. The breadcrumbs on the testimonial page should be there as it is a global setting?So….I would like to get the breadcrumbs working on the “Testimonials” page 107
And as an example for all the pages….on the “Your Needs” page 310 the gap between the breadcrumbs and the image below is too large and needs to be made smaller. I did fix it but then ran into problems with the testimonial page for some reason. It seems it is the Testimonial page that is the fly in the ointment! However I have been up and down the coding and cannot find anything that may be affecting it.
And lastly..page 1159 Sales Skills. I cannot reduce the gap between the words “Modules Include” and the bullet points below it.
Regards
Richard- This reply was modified 9 years, 2 months ago by Richard.
September 10, 2015 at 12:40 pm #500954Hi!
login does not work for me. Please check and let us know.
Cheers!
AndySeptember 10, 2015 at 1:01 pm #500972HI Sorry about that
September 10, 2015 at 1:15 pm #500990Hi!
Both breadcrumbs and title were chose to be hidden on your testimonials page. I edited your page and chose to display default and it showed up.
You can now adjust the space below breadcrumbs using following code in Quick CSS.content, .sidebar { padding-top: 10px; }
Cheers!
YigitSeptember 10, 2015 at 2:02 pm #501028Thanks Yigit
Can’t believe I missed that one
Regards
Richard -
AuthorPosts
- The topic ‘Lost header’ is closed to new replies.