how to increase size of slidshow in article and ..
9 years 4 months ago #31725
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic how to increase size of slidshow in article and ..
try to remove the "span3" class added on the module options and see if it works
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 4 months ago #31727
by angemar
Replied by angemar on topic how to increase size of slidshow in article and ..
I made bootstrap columns from 3 to 0 which I think was the cause for the span3 in the slideshow options and also hide module title and now the slideshow is just a red dot
...

Please Log in or Create an account to join the conversation.
9 years 4 months ago #31728
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic how to increase size of slidshow in article and ..
you can try to add the span3 class on the parent div in your article
the problem is the float rule that is in conflict with the slideshow because it can no more calculate its width
the problem is the float rule that is in conflict with the slideshow because it can no more calculate its width
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 4 months ago - 9 years 4 months ago #31731
by angemar
Replied by angemar on topic how to increase size of slidshow in article and ..
Thank you!
I removed all the styling in the article of the slideshow and the slideshow is back again. I can control the size of the slideshow using the bootstrap columns. It seems that I can't move the location of the slideshow towards the text. Curretly it is on the left and the text is on the right. I tried changing the Alignment in the Styles options but for no avail ...
I would like to either move the slideshow on the right side of the article or have it centered with text on both sides. Is it possible?
I removed all the styling in the article of the slideshow and the slideshow is back again. I can control the size of the slideshow using the bootstrap columns. It seems that I can't move the location of the slideshow towards the text. Curretly it is on the left and the text is on the right. I tried changing the Alignment in the Styles options but for no avail ...
I would like to either move the slideshow on the right side of the article or have it centered with text on both sides. Is it possible?
Last edit: 9 years 4 months ago by angemar.
Please Log in or Create an account to join the conversation.
9 years 4 months ago #31742
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic how to increase size of slidshow in article and ..
I think that you should better set your bootstrap columns on the parent div, not on the module, like this
<p style="text-align: justify;" class="span9">
... your text here
</p>
<div style="text-align: right;" class="span3">
<div class="moduletable"> ... module here ... </div>
</div>
<p style="text-align: justify;" class="span9">
... your text here
</p>
<div style="text-align: right;" class="span3">
<div class="moduletable"> ... module here ... </div>
</div>
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
9 years 4 months ago #31747
by angemar
Replied by angemar on topic how to increase size of slidshow in article and ..
Thanks so much, I will experiment wiht it the next days and will report back!
Your support is exceptional, way to go!!! It makes me desire to test your other modules!
Merry Christmas!
Your support is exceptional, way to go!!! It makes me desire to test your other modules!
Merry Christmas!
Please Log in or Create an account to join the conversation.
Time to create page: 0.221 seconds