- sandra@bargholz.ch
-
- Commercial Templates
- Friday, 10 February 2023
- Subscribe via email
Hi Sandra
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
- more than a month ago
- Commercial Templates
- # 1
Thank you
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Edit to taste where white is the color of the menu toggle
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Edit to taste where white is the color of the menu toggle
body {
--mobile-menu-toggle: white;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 3
Hello Ciaran, I have a new problem.
The modules bottom-1 and bottom-2 react differently than bottom-3. I have specified the size with 30% for the modules 1a,2a,3a and inserted images there. When I reduce the size of the page, the size remains the same for bottom-3a in proportion, for 1a and 2a the positions are wrapped and thus the images are enlarged. I would like them to remain 30% in proportion to the page and the positions a and b to be displayed next to each other and not under each other.
The access for you is still active. It is about the menu "Plant colors", this is also an extra template "Serenety Pflanzenfarben" assigned.
Thanks for your help
Kind regards
Sandra
The modules bottom-1 and bottom-2 react differently than bottom-3. I have specified the size with 30% for the modules 1a,2a,3a and inserted images there. When I reduce the size of the page, the size remains the same for bottom-3a in proportion, for 1a and 2a the positions are wrapped and thus the images are enlarged. I would like them to remain 30% in proportion to the page and the positions a and b to be displayed next to each other and not under each other.
The access for you is still active. It is about the menu "Plant colors", this is also an extra template "Serenety Pflanzenfarben" assigned.
Thanks for your help
Kind regards
Sandra
- more than a month ago
- Commercial Templates
- # 7
Thank you Sandra
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)....
@media only screen and (max-width: 767px) {
.bottom-3 {
width:100% !important;
}
}
Ciaran
- more than a month ago
- Commercial Templates
- # 9
To display the bottom-1 and bottom-2 modules the same as bottom-3, you can add the following custom CSS instead..
Ciaran
@media only screen and (max-width: 767px) {
.bottom-1a,
.bottom-2a {
width: 30% !important;
}
.bottom-1b,
.bottom-2b {
width: 65% !important;
}
}
Ciaran
- more than a month ago
- Commercial Templates
- # 10
- 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 »