• Resolved neilj01

    (@neilj01)


    Hi, how do I place a custom line (image) on page at end of content (white space) and top of blue section of footer widgets. (there should be no gap between image (custom line) and blue)
    Is there a way?

    • This topic was modified 2 years, 8 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello Neil,

    Maybe you can put a custom Block/Widget before your Footer and add an image to it. That way you can add an image without any gap/spacing.

    Give it a try and see if this helps.

    Thank you!

    Thread Starter neilj01

    (@neilj01)

    Thanks @kartiks16 this doesn’t seem to be the answer.

    Thank you for the feedback Neil, I will try to find some better solutions to this and share them with you if I find any.

    Thread Starter neilj01

    (@neilj01)

    Thank you @kartiks16

    Thread Starter neilj01

    (@neilj01)

    Maybe a better way of what I want to do is to put a custom bar across top of the footer widget area.

    Thread Starter neilj01

    (@neilj01)

    Here is the solution

    .footer-main.footer--row.layout-contained:before {
        content:'';
        display: block;
        height: 12px;
        background: rgb(25,70,130);
        background: linear-gradient(90deg, rgba(25,70,130,1) 0%, rgba(78,127,35,1) 100%);
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘custom line (image) on edge of page content and start of footer widgets’ is closed to new replies.