Slideshow responsive
- Kunst-Grafik
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 1
7 years 9 months ago #44051
by Kunst-Grafik
Replied by Kunst-Grafik on topic Slideshow responsive
Hi CED
Now it is working when I take Protostar and put it in position 1.
Regards
claudia
Now it is working when I take Protostar and put it in position 1.
Regards
claudia
Please Log in or Create an account to join the conversation.
7 years 9 months ago #44052
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Slideshow responsive
ok, so as you can see, it works 
The problem is the one I have described before :
this is the problem, this is a CSS problem, and the only way is to make some CSS changes into your template

The problem is the one I have described before :
there are multiple elements in your template that wrap the module and that have a float property without any dimensionthe module is into a container of the template that is float:left
this is the problem, this is a CSS problem, and the only way is to make some CSS changes into your template
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- Kunst-Grafik
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 1
7 years 9 months ago #44053
by Kunst-Grafik
Replied by Kunst-Grafik on topic Slideshow responsive
Hi CED
So I think I should put this container not float left but what instead..
You see I know some CSS but maybe you have the right solution for me...?
Thanks and regards
Claudia
So I think I should put this container not float left but what instead..
You see I know some CSS but maybe you have the right solution for me...?
Thanks and regards
Claudia
Please Log in or Create an account to join the conversation.
7 years 9 months ago #44064
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Slideshow responsive
you can try something like this
but this is something related to your template, not the slideshow ...
giving a float without width value is not a good idea at all
#jsn-pos-top div.jsn-modulecontainer, #jsn-pos-top {
float: none !important;
}
#jsn-headerright {
width : calc(100% - 230px);
}
but this is something related to your template, not the slideshow ...
giving a float without width value is not a good idea at all
Joomlack Webmaster and Developer
The following user(s) said Thank You: Kunst-Grafik
Please Log in or Create an account to join the conversation.
- Kunst-Grafik
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 1
7 years 9 months ago #44113
by Kunst-Grafik
Replied by Kunst-Grafik on topic Slideshow responsive
Hi Ced
Now it is working but instead of the text in the
#jsn-headerright from you I put
Width: 870x;
now it is working
Thanks a lot for your help, I really appreciate that!!!
Have a wonderful day
regards
Claudia
Now it is working but instead of the text in the
#jsn-headerright from you I put
Width: 870x;
now it is working
Thanks a lot for your help, I really appreciate that!!!
Have a wonderful day
regards
Claudia
Please Log in or Create an account to join the conversation.
- Kunst-Grafik
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 1
7 years 7 months ago #44422
by Kunst-Grafik
Replied by Kunst-Grafik on topic Slideshow responsive
Hi Ced
I told you that it works now on the mobilephone but when I want to look at it at the Ipad there is no slideshow.
I think I have to put some code for different sizes, isn't it.
Can you give me some?
Thanks a lot and have a wonderful day.
Regards
Claudia
I told you that it works now on the mobilephone but when I want to look at it at the Ipad there is no slideshow.
I think I have to put some code for different sizes, isn't it.
Can you give me some?
Thanks a lot and have a wonderful day.
Regards
Claudia
Please Log in or Create an account to join the conversation.
Time to create page: 0.208 seconds