Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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
    Richard

    #497971

    Hey Richard!

    You have following custom CSS code

    .container .av-content-full.units {
        margin-top: -65px;
    }

    Please remove it

    Regards,
    Yigit

    #498044

    Hi 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
    Richard

    #498065

    Hey!

    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,
    Yigit

    #498119

    Hi 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
    Richard

    #498421

    Hi!

    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,
    Yigit

    #498642

    Hi 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.
    #499266

    Hey!

    Please add following code to Quick CSS as well

    .page-id-107 .container .av-content-full.units {
        margin-top: 0;
    }

    Cheers!
    Yigit

    #499721

    Hi 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
    Richard

    #500004

    Hi!

    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!
    Yigit

    #500166

    Hi 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.
    #500954

    Hi!

    login does not work for me. Please check and let us know.

    Cheers!
    Andy

    #500972

    HI Sorry about that

    #500990

    Hi!

    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!
    Yigit

    #501028

    Thanks Yigit

    Can’t believe I missed that one
    Regards
    Richard

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Lost header’ is closed to new replies.