Hello,
On a mobile device, the maniple header image seems to be repeating. Anyway to fix it.
Also, the text in an article seems to be cutting off. How do I fix that.
Thanks,
KK
- kash_14
-
- Commercial Templates
- Tuesday, 24 February 2015
- Subscribe via email
Hello
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
- # 1
I have changed the code, but the site is still not responsive.
Is there anything else that can be done?
Is there anything else that can be done?
- more than a month ago
- Commercial Templates
- # 2
Opps... :blush: sorry about that. I had the 2 snippets of code the wrong way around.
The post has been corrected.
Ciarán
The post has been corrected.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Ciarán
Thanks for your answer.
I have looked up the text string in the template. Its equal with the text you want me to replace.
This is my text string:
.touch #container_header, .touch #container_top2_modules, .touch #container_bottom1_modules, .touch #container_bottom2_modules {
-webkit-background-size: auto !important;
-moz-background-size: auto !important;
-o-background-size: auto !important;
background-size: auto !important;
background-repeat: repeat;
background-attachment: scroll;
}
Thanks for your answer.
I have looked up the text string in the template. Its equal with the text you want me to replace.
This is my text string:
.touch #container_header, .touch #container_top2_modules, .touch #container_bottom1_modules, .touch #container_bottom2_modules {
-webkit-background-size: auto !important;
-moz-background-size: auto !important;
-o-background-size: auto !important;
background-size: auto !important;
background-repeat: repeat;
background-attachment: scroll;
}
- more than a month ago
- Commercial Templates
- # 4
Hello
In your templates responsive.css (../templates/j51_central/css/responsive.css) replace the following...
With....
Ciarán
In your templates responsive.css (../templates/j51_central/css/responsive.css) replace the following...
.touch #container_header, .touch #container_top2_modules, .touch #container_bottom1_modules, .touch #container_bottom2_modules {
-webkit-background-size: auto !important;
-moz-background-size: auto !important;
-o-background-size: auto !important;
background-size: auto !important;
background-repeat: repeat;
background-attachment: scroll;
}
With....
.touch #container_top2_modules, .touch #container_bottom1_modules, .touch #container_bottom2_modules {
-webkit-background-size: auto !important;
-moz-background-size: auto !important;
-o-background-size: auto !important;
background-size: auto !important;
background-repeat: repeat;
background-attachment: scroll;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
I have the same problem, can you please explain what is needed to correct the error?
Having no experience with CSS. An example of text string?
UH
Having no experience with CSS. An example of text string?
UH
- more than a month ago
- Commercial Templates
- # 8
Thank you KK
I have amended the responsive options Custom CSS fields (homepage style) to better suit your background image and logo.
Ciarán
I have amended the responsive options Custom CSS fields (homepage style) to better suit your background image and logo.
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Hi KK
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
- # 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 »