Two Things I Don't Get - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Two Things I Don't Get

AS

Art Shotwell

Template 2 years ago

Hi, I'm making a fist attempt with Helix Ultimate. I've moved the site from a Rocket Theme template to yours. I have a blank space under the Header and page title. And...I have three icons showing for social media links. I must have had those on the RT Acacia site, but I don't remember. No modules for them, though. I don't want to use them. They're below the blank space and above the body block. On most of the pages except the front page and the contact page. Any ideas? https://www.artshotwell.com/about-art.html Joomla 3.10.11

0
2 Answers
AS
Art Shotwell
Accepted Answer
2 years ago #101994

Thank you very much. That solved my issues.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #101891

Hi there!

Did you mean these things? https://prnt.sc/eOaROlSwx3Fh

The space indicates top padding value of the main section. So you can use the following code to remove the space:

#sp-main-body {
    padding: 0;
}

Note: Path towards custom CSS(Joomla 3): Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

You can turn those social icons off from the Blog tab of your Template Options. Here is a screenshot for your: https://prnt.sc/eJVhFdxy1Qtd

Best Regards

0