Hi Ciaran,
I am using the Elvira template on a number of sites. It is a really great template!
Is it possible to make the coloured interior part of the top3 modules all the same height even if text differs a little?
At the moment if I add just one word (Joomla 51) to module 3A text then the columns do not line up (This is on a fresh install of the quickstart).
I do not want to have to have the exact same text in all top3 modules every time I use the template!
Screenshot attached.
Thanks for any assistance
Suzanne
- suzannek
- Commercial Templates
- Friday, 10 February 2017
- Subscribe via email
Hi Suzanne
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
#wrapper_top-3 {
display: flex !important;
}
.top-3b .module_surround, .top-3b .module {
height: 100%;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hi Ciarán,
Thanks for your reply.
I tried adding the CSS as you described, it made a difference but it did not work as hoped.
I have attached a screenshot, the upper image of the modules is how they are with just the word joomla51 added to the text, the lower image is what happens when I add that CSS.
Any further suggestions would be much appreciated.
Thanks for your reply.
I tried adding the CSS as you described, it made a difference but it did not work as hoped.
I have attached a screenshot, the upper image of the modules is how they are with just the word joomla51 added to the text, the lower image is what happens when I add that CSS.
Any further suggestions would be much appreciated.
- more than a month ago
- Commercial Templates
- # 2
Hi Suzanne
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.
Ciarán
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.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Thank you Suzanne
I have amended your template and changed your Custom CSS to the following which has resolved the issue...
Ciarán
I have amended your template and changed your Custom CSS to the following which has resolved the issue...
#wrapper_top-3 {
display: flex !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Thank-you Ciarán, I can now have very different amounts of text in each module and the background colours of the top 3 modules all are equal length on the fresh demoinstaller version
I tried adding that CSS to a live site but it does not work there.
Did you amend the template on the test site in any other way than adding that bit of CSS?
Suzanne
I tried adding that CSS to a live site but it does not work there.
Did you amend the template on the test site in any other way than adding that bit of CSS?
Suzanne
- more than a month ago
- Commercial Templates
- # 5
Hi Suzanne
There was one small change with your template. At the end of your templates styles.php (../templates/j51_elvira/php/styles.php) locate the following (line 367)...
And replace with...
Ciarán
There was one small change with your template. At the end of your templates styles.php (../templates/j51_elvira/php/styles.php) locate the following (line 367)...
.<?php echo $item->module_position; ?> .module_surround {
And replace with...
.<?php echo $item->module_position; ?> {
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Hi Ciarán, thanks for your reply.
I tried adding that line but it did not work for me.
I then tried uploading the Elvira template folder from my test site (the one that you had gone in and fixed the layout of those modules on) to the live site site. I got the result that I wanted then.
I tried adding that line but it did not work for me.
I then tried uploading the Elvira template folder from my test site (the one that you had gone in and fixed the layout of those modules on) to the live site site. I got the result that I wanted then.
- more than a month ago
- Commercial Templates
- # 7
Hi Ciarán,
Unfortunately the suggested fix is not responsive on smaller screens. Any suggestions?
Viewed via responsinator
Many thanks
Suzanne
Unfortunately the suggested fix is not responsive on smaller screens. Any suggestions?
Viewed via responsinator
Many thanks
Suzanne
- more than a month ago
- Commercial Templates
- # 8
Hi Suzanne
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
@media only screen and (max-width: 767px) {
#wrapper_top-3 {
flex-direction: column;
}}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
- 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 »