Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1369908

    HI support,

    I am using the option of a page as a footer for a client site.

    I have three, thin black lines used to separate some sections but when on some pages these thin lines become very thick ?

    On the Home, Gallery and about pages the footer renders correctly. See example images. On the remaining they are rendered thick. I’m not sure why this is so?

    Many thanks
    John

    #1369914

    Hey John,
    Thanks for the login to your site, to correct this for all of your pages I added the custom class black-grid-row-line to the 3 grid row lines in your footer page and this css in your Quick CSS:

    .responsive #top .black-grid-row-line .flex_cell {
        padding: 5px 0px 0px 0px !important;
    }

    The reason that this was not working correctly on some pages was because on those pages your footer page is added outside of the wrap_all div
    2022-10-23_009.png
    The correct structure is body ▸ #wrap_all ▸ #main ▸ #footer-page as seen on your home page:
    2022-10-23_010.png
    typically this could be caused by un-closed tags, custom scripts, plugins, etc, I didn’t find the cause on your pages but I would expect that those pages would share some error.

    Best regards,
    Mike

    #1369927

    Thanks Mike.

    I thought i was going mad. It all looks good to me now.

    Please close thread.

    Cheers
    John

    #1369933

    Hi,

    Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer page not rendering the same across all pages’ is closed to new replies.