a couple

Shapely homepage image not responsive.
I would like to eliminate the white space on the top of the page and to move the logo and the navigation menu to the top of the hero image. Possible?
Thank you in advance for your reply,
Maria

Hi,

Can you show us your website address? So that we can check and update you that it is possible or not.

Let us know,

Thanks,
laranz.

Thank you for your prompt reply, laranz. My website address is pleasuresinlife.com .

All my best,
Maria

Hello there,

I hope you are doing well today.

You can use the following CSS code to move the menu by going to Appearance > Customize > Additional CSS and pasting it there.


/*Move menu*/
nav#site-navigation {
    top: 93px;
    position: absolute;
    background-color: transparent;
    border-bottom: none;
}

.parallax-mirror {
    top: 0px !important;
}

Best Regards,
Support