Hi Ciaran,
another small problem:
In the Emani templates for Joomla 4 it is possible to remove container padding for some module positions like showcase, etc.
But not so for the module position contenttop. So I have a large gap between the module position contenttop and top1 (as per screenshot).
For the top1 position I can remove container padding but this effect only close the gap to top.
I believe that the padding of the contenttop position has to be removed, but what can I do???
Thanks in advance
Jürgen
- webknecht
- Commercial Templates
- Sunday, 24 April 2022
- Subscribe via email
Hi Jürgen
Due to the following custom CSS, you may need to create a separate template style for the suggested CSS and apply it to the related pages (https://joomla51.com/tutorials/joomla-basics/creating-multiple-template-styles)...
Ciaran
Due to the following custom CSS, you may need to create a separate template style for the suggested CSS and apply it to the related pages (https://joomla51.com/tutorials/joomla-basics/creating-multiple-template-styles)...
.wrapper_contenttop {
padding: 1px 1px 1px 1px;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 2
Hi Ciaran,
it works fine at the starting page, but if choosing another content now the gap is to close!!!
See Here: https://www.kaiserpfalz-kaiserslautern.de/index.php/fuehrungen.html
Jürgen
it works fine at the starting page, but if choosing another content now the gap is to close!!!
See Here: https://www.kaiserpfalz-kaiserslautern.de/index.php/fuehrungen.html
Jürgen
- more than a month ago
- Commercial Templates
- # 3
Hi Jürgen
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.sidecol-a:first-of-type .module:first-of-type .module_surround,
.sidecol-b:first-of-type .module:first-of-type .module_surround {
padding-top: 0;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 5
Hi Ciaran,
here the URL:
https://www.kaiserpfalz-kaiserslautern.de/
The problem is the gap of the sidecol-1a position
I tried the following in the customs.css:
.sidecol-1a104 {
padding-top: 5px;
}
But this did not solve the problem
Jürgen
here the URL:
https://www.kaiserpfalz-kaiserslautern.de/
The problem is the gap of the sidecol-1a position
I tried the following in the customs.css:
.sidecol-1a104 {
padding-top: 5px;
}
But this did not solve the problem
Jürgen
- more than a month ago
- Commercial Templates
- # 6
Hallo !
Grundsätzlich bei Designfragen werden immer Links zur Seite benötigt...
(Auch wenn es in diesem Fall vielleicht von Ciaran hier so gelöst werden kann)
Grundsätzlich bei Designfragen werden immer Links zur Seite benötigt...
(Auch wenn es in diesem Fall vielleicht von Ciaran hier so gelöst werden kann)
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »