1. webknecht
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 08 June 2022
  5.  Subscribe via email
Hi Ciaran,

I tried to reduce the gap between the bottom of the content and the begin of the module in contentbottom-a:

http://web1771.knechtwebramstein12.alfahosting.org/joomla4/index.php/referenzen/haus-und-garten

So I tried in the custom.css

.wrapper.contentbottom {
padding: 1px 1px 1px 1px;
}

But without success, any idea???

Jürgen
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Jürgen

The URL provided appears to have htaccess protection. Could I ask you to send access details to info@joomla51.com and I will examine this issue further. For our reference please paste a URL to this post in your email.

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

here another example on my own site with the wide gap between modules, here between top1 and contenttop and contenttop to the beginning of the content:

https://www.juergenknecht.de

I often use the module positions contenttop and contentbottom in my customers sites but there is always the problem with the wide gap at the top but also bottom, so I tried;

So for example I tried in the custom.css

.wrapper.contentbottom {
padding: 1px 1px 1px 1px;
}

but without success.

For the top1 position I use the remove container padding setting, the gap is to close to the module above

Thank you
Jürgen
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Jürgen

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

(edit to taste)

.maincontent, 
.wrapper_contenttop,
.module.module .module_surround {
padding-bottom: 20px;
padding-top: 20px;
}


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

thanks a lot it works fine

Jürgen
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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