Navigation Addon - Placement - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Navigation Addon - Placement

R

Robby

SP Page Builder 2 years ago

Hello, I use the SPPB Navigation addon

On the native SPPB pages, the navigation menu is showing on the top of the page.

When i use Joomla articles, with SPPB layout and the same Navigaton Addon on top, there's a gap on top of the page. Tried everything with padding and margins but nothing seems to give the right layout.

I use the Helix Ultimate template for all pages, only main section with component

0
4 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #107104

Hi

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue?

-Regards.

0
R
Robby
Accepted Answer
2 years ago #107112

Site url is http://cms4.crplace.be/

The 4 pages

  • home
  • over ons
  • onze verhalen
  • steun ons

are all native SPPB pages

on 'over ons', there is a Joomla articles addon showing pages of a category

the Joomla articles are edited with SPPB, but on showing those pages, there's a gap on top look at one of the pages from 'over ons' like http://cms4.crplace.be/index.php/over-ons/tonnie-hanssens

Thx

0
R
Robby
Accepted Answer
2 years ago #107121

Tried with the Helix 3 template, on the page http://cms4.crplace.be/index.php/onze-verhalen/noor

gives the same gap on top of the page

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #107357

Hi

Use this custom CSS

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

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

0