1. smithjd44
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 07 September 2022
  5.  Subscribe via email
I am currently converting the website at the link https://visionbeautyinstitute.org which is a Joomla 3 using the Everly template.

You provided me the following code

@media only screen and (min-width: 1080px) {
#container_showcase1_modules + .content_main {
z-index: 50;
}
.showcase_seperator {
z-index: 40;
}
}

to expand the image in the showcase 1a position.

That worked well with the Joomla 3 version of Everly.

I am currently converting that website into a Joomla 4 using the Joomla 4 version of the Everly template.

That website is on a temporary domain at http://tempdomain82.site.

I have copied the code above into the Joomla 4 version of the template but it appears to have no affect. On the mobile view it cuts off almost all of the bottom half of the image.

Thank you in advance for any coding or suggestions that could fix the image in the showcase position for the Joomla 4 version of the website!

James
References
  1. https://visionbeautyinstitute.org
  2. http://tempdomain82.site
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

To amend try also 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: -100px;
}
}


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


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