Good day,
I would like to add the "Module ContentTop-A" module to the list the turns off when under 480. If possible, how can I add this module so that it disappears once the site is scaled to 480 or less?
Thank you
Jason
- jasonbrinn
-
- Commercial Templates
- Monday, 25 March 2013
- Subscribe via email
Hi Jason
Try adding the following to the Custom CSS field of your templates parameters...
[code type=css]@media only screen and (max-width: 440px) {
.wrapper_contenttop {display:none;}
}[/code]
Ciarán
Try adding the following to the Custom CSS field of your templates parameters...
[code type=css]@media only screen and (max-width: 440px) {
.wrapper_contenttop {display:none;}
}[/code]
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Thanks but it did not work. It gave me some ideas though and I will try them and report back if anything does work.
- more than a month ago
- Commercial Templates
- # 2
still no louck
Any other ideas how to make this module position disappear under 480?
thanks.

Any other ideas how to make this module position disappear under 480?
thanks.
- more than a month ago
- Commercial Templates
- # 3
You could try using the following instead.. this would cover both landsape and portrait...
[code type=css]@media only screen and ( max-width: 767px ) {
.wrapper_contenttop {display:none;}
}[/code]
Also worth trying to add the CSS to the end of your templates nexus.css (../templates/[YourTemplate]/css/nexus.css)
Ciarán
[code type=css]@media only screen and ( max-width: 767px ) {
.wrapper_contenttop {display:none;}
}[/code]
Also worth trying to add the CSS to the end of your templates nexus.css (../templates/[YourTemplate]/css/nexus.css)
Ciarán
- more than a month ago
- Commercial Templates
- # 4
Hi Jason
Strangely your Custom CSS does not appear to be loading with your template. 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
Strangely your Custom CSS does not appear to be loading with your template. 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
- # 8
Hi Jason
We don't appear to have received your administration details. Please ensure you have posted a link to this post with the email including your login details for our own reference.
Ciarán
We don't appear to have received your administration details. Please ensure you have posted a link to this post with the email including your login details for our own reference.
Ciarán
- more than a month ago
- Commercial Templates
- # 10
Thank you
The suggested CSS needs to be added to the template style that you are using for the page you wish to disable the module. You seem to have quite a few template styles created so I wasn't to sure which one was applied to the homepage.
Ciarán
The suggested CSS needs to be added to the template style that you are using for the page you wish to disable the module. You seem to have quite a few template styles created so I wasn't to sure which one was applied to the homepage.
Ciarán
- more than a month ago
- Commercial Templates
- # 11
Sorry. Yes, I used a lot of template styles in order to change the logo mostly.
Here is the default one that I use for the homepage:
J51_Arkadia - Default Site J51_arkadia 221
Thank you!
Here is the default one that I use for the homepage:
J51_Arkadia - Default Site J51_arkadia 221
Thank you!
- more than a month ago
- Commercial Templates
- # 12
Try checking that none of the other template styles are assigned to your homepage as this style does not appear to be the one represented on your homepage. For example this style has no background image selected but there is a background image on your homepage.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 13
I replaced the default background image that is why one does not appear to be assigned.
I also went ahead and added the custom CSS code to every template and made sure the default was the only one assigned to home and the issue still persists.
Thank you.
I also went ahead and added the custom CSS code to every template and made sure the default was the only one assigned to home and the issue still persists.
Thank you.
- more than a month ago
- Commercial Templates
- # 14
Hi Jason
I have added the CSS to your templates nexus.css and everything now appears to be working fine.
Ciarán
I have added the CSS to your templates nexus.css and everything now appears to be working fine.
Ciarán
- more than a month ago
- Commercial Templates
- # 15
Absolutely awesome!
I would never have expected such attention and help from a company that charges so little for such superior products. I am/have been a member of just about every Joomla template club there is:
A LifeTime member at Gavick, current member at Yootheme, Joomlart, Rockettheme
Past member of Template Plazza, YouJoomla, JoomlaXTC, Shape5, etc.
You guys are the BEST and ridiculously low prices.
THANK YOU!
I would never have expected such attention and help from a company that charges so little for such superior products. I am/have been a member of just about every Joomla template club there is:
A LifeTime member at Gavick, current member at Yootheme, Joomlart, Rockettheme
Past member of Template Plazza, YouJoomla, JoomlaXTC, Shape5, etc.
You guys are the BEST and ridiculously low prices.
THANK YOU!
- more than a month ago
- Commercial Templates
- # 16
Thank you Jason for your very kind words.
Any further queries please feel free to contact us and we will be happy to help out where we can.
Ciarán
Any further queries please feel free to contact us and we will be happy to help out where we can.
Ciarán
- more than a month ago
- Commercial Templates
- # 17
- 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 »