• Hi,
    is there a way to position the hero text [We are ONE ….etc} in an absolute position?
    I want to move it just below the menu 9higher as possible).
    Does the positioning depends on the font size (I tried all <h1 – h4> possible, changed font) but it is always center at 50% of the page.

    Thanks
    Francesco

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter docevents

    (@docevents)

    I forgot to add that i wouldl like to have the Hero image full page (so Padding doesnt help).

    Hi @docevents,

    To make Hero image full page, you can use this option in Hero Settings :
    https://cl.ly/1a210z411y1z

    and to add position absolute for hero content, you can add this in Customize => Additional CSS :
    .hero-content-style1 { position : absolute; top: xx%; left: xx%; }

    and remember change xx by your number.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hero text positioning’ is closed to new replies.