Logo Position - Question | JoomShaper

Logo Position

N

nexus.006

Template 1 year ago

Hi,

I have an issue with the logo placement of the Shaper_oneclip template. I share a link of the test page: https://beerdigungsinstitut-schmidt.de/new/

As u can see does the logo reach into the module above the logo+menu bar.

I would like to push the logo downwards into the image, not overlapping the top section.

Could you please advice me?

Thanks Chris

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #146622

Hi there!

Thanks for reaching out to us.

Please use the following code in your custom CSS:

#sp-header {
    position:relative;
}
.com-sppagebuilder #sp-main-body {
    margin-top: -80px;
}

Hope this will serve your purpose.

Here is all about custom code placement in Helix3 framework: https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code

Best Regards

0