Hy,
if i select a different styles (not default) the icons (captivate your clients) start in new line
Instead setting default template only the last icon ( in ipad) start in new line
Thanks
- web@netcommitalia.it
- Commercial Templates
- Thursday, 16 April 2015
- Subscribe via email
I fixed it, depends from settings of template width columns,myou can see on template demo server when you select a different style template from default. But there is the issue on ipad, the last photo is on new line
Thanks
Thanks
- more than a month ago
- Commercial Templates
- # 2
http://myhotel.netcommwork.com/
I did not post because you can see the issue in demo server too.
The same happens in Cashmere template with the last photo of gallery that start in new line
http://mybedandbreakfast.netcommwork.com/
I did not post because you can see the issue in demo server too.
The same happens in Cashmere template with the last photo of gallery that start in new line
http://mybedandbreakfast.netcommwork.com/
- more than a month ago
- Commercial Templates
- # 4
Hello
You can try adding something like the following to the Custom CSS field of your templates parameters which will reduce the horizontal padding of your icons on smaller screen devices...
Ciarán
You can try adding something like the following to the Custom CSS field of your templates parameters which will reduce the horizontal padding of your icons on smaller screen devices...
@media only screen and (max-width: 1024px) {
.j51_icon {
padding-left: 10px !important;
padding-right: 10px !important;
}}Ciarán
- more than a month ago
- Commercial Templates
- # 5
Ok, thanks.
I tryed to apply the same code to cashmere template:
@media only screen and (max-width: 1024px) {
.j51thumbs {
padding-left: 10px !important;
padding-right: 10px !important;
}}
but it does not work,
can you help me?
I tryed to apply the same code to cashmere template:
@media only screen and (max-width: 1024px) {
.j51thumbs {
padding-left: 10px !important;
padding-right: 10px !important;
}}
but it does not work,
can you help me?
- more than a month ago
- Commercial Templates
- # 6
Hello
For the ThumbsGallery module try the following....
Ciarán
For the ThumbsGallery module try the following....
@media only screen and (max-width: 1024px) {
.j51thumbs .j51Box {
margin-left: 3px !important;
margin-right: 3px !important;
}}Ciarán
- more than a month ago
- Commercial Templates
- # 7
- 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 »