0
Votes
Undo
  1. markuskoerle
  2. Commercial Templates
  3. Thursday, 28 May 2020
  4.  Subscribe via email
Hi there,

I'm working with template Magnolia, great stuff!

I can't decrease the spacing between breadcrumb and title header (please see attached screenshot).
Can't figure out where I can ajust the gap.

Any suggestions!

Many thanks for your help!!!

Markus
Attachments (1)
References
  1. https://akademie.akgsoftware.de/index.php/akg-online-schulungen/gruppen-online-schulungen
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Markus

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.breadcrumb {
margin-bottom: 0;
}
#breadcrumb.block_holder {
padding-bottom: 0;
}


To remove the spacing above the main content area you can also add the following (edit to taste)...

.maincontent {
padding-top: 0;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

great, works! You're the best.

Thanks for your quick response.

Greetings from the Black Forest, Germany

Markus
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Great! Thank you for the update.

I hope all is well in beautiful Germany.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!