• I’m using Affinity panels to create a long one-page homepage.
    The height of the featured images between panels is so high that it takes more than my entire screen height.
    Is there a way to adjust the featured images height?

    Also the links in the floating menu on the right send to targets that are placed at the top of the images.
    Is there a way to point to the top of the text panels instead?

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi, you can add this to your custom CSS and then adjust the 40% value as desired. It was 66.666666666667% (overkill with decimal places?).

    .affinity-panel .custom-header-image {
      padding-top: 40% !important;
    }
    Thread Starter ant123

    (@ant123)

    Superb!
    It works like a charm.

    Regarding my 2nd issue, would you see a way to make the floating menu on the right point to targets (= anchors) a little lower?
    For the moment, clicking on the elements of this menu makes you land at the top of the image panels. It would be cool to land at the top of the text panels instead.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    This might be possible, but given I can’t see your site, I can’t determine if there is another CSS id we could use as the anchor.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Parallax images height’ is closed to new replies.