Footer Height - Nuron Template - Question | JoomShaper

Footer Height - Nuron Template

JC

Jeffrey Carlin

Template 1 year ago

How can I change the footer height on the Nuron template. I have tried a multitude of css overides but I must be doing something wrong. Fairly fresh install on Joomla 5.

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

Well, then please use the following code snippet in your custom CSS:

#sp-footer #sp-footer1, #sp-footer #sp-footer2 {
    padding: 0;
}
.body-innerwrapper {
    overflow-y: hidden;
}

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #156615

Hi there!

Thanks for reaching out.

You can try the following code in your custom CSS:

#sp-footer {
    height: 100px;
}

You need to use the height value in the above code as per your need.

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
JC
Jeffrey Carlin
Accepted Answer
1 year ago #156753

This sort of works but not really. The footer itself is able to be modified in height, but my footer content disappears rather than appearing in the smaller height footer. My footer content is nothing more than a copyright in footer 2 and phone number in footer 1. I also get double scroll bars on the right side when I add the custom css that was suggested which seems like odd behavior. I am on php 8.1

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #156834

Hi,

Do you want to remove the green padding indicated here?

https://share.cleanshot.com/nGVSjB9D

0
JC
Jeffrey Carlin
Accepted Answer
1 year ago #156868

Yes probably so.

0
JC
Jeffrey Carlin
Accepted Answer
1 year ago #157024

Perfect - Thank You

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #157043

You are always welcome:)

Have a nice day!

0