1. smithjd44
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 07 April 2022
  5.  Subscribe via email
I am using the Joomla 4 version of Everly and what I have is a very narrow view of the slideshow on the mobile view.

Do you have custom CSS coding that would restore the correct height of the slideshow on the mobile view?

The website is located on the domain http://tempdomain68.site

Thank you for your assistance!

James
References
  1. http://tempdomain68.site
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

In the LayerSlideshow module settings, try setting the Overlap Header if in showcase-1# module position option to No.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I am using demo content to start building the website and the Overlap Showcase 1# is set to No.

I am trying to restore the height of the mobile view slideshow so I can install the Advanced Module extension so I can display the title text in a mobile version of the slideshow.

As always, I appreciate the assistance!

James
References
  1. http://tempdomain68.site
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

Presuming I understand you correctly, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen and ( max-width: 1180px ) {
#container_showcase1_modules + .content_main {
margin-top: 0 !important;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
That worked perfectly except when I made use of the Advanced Module Manager to create a mobile version of the slideshow using the paragraph for the title caption, it is showing a narrow caption which cuts off a portion of the caption.

I am using the same Advanced Module Manager for my website https://starlightwebdesign.com where the mobile caption works great but not on the website that I am working on at the domain http://tempdomain68.site.

If you check out both websites you can see what is happening on the http://tempdomain68.site vs the https://starlightwebdesign.com website.

Again, I appreciate all of the custom CSS coding you have provided in the past.

This is a great service that Joomla51 offers its customers!

James
References
  1. https://starlightwebdesign.com
  2. http://tempdomain68.site
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

To amend try replacing the suggested CSS with the following which should give you a lot more space on smaller screens for the caption text (edit to taste)...

@media only screen and ( max-width: 1180px ) {
#container_showcase1_modules + .content_main {
margin-top: 0 !important;
}
.layerslideshow .info {
padding-left: 0;
padding-right: 0;
font-size: .5em;
padding-bottom: 0;
}
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok