Template Doctor - Question | JoomShaper

Template Doctor

G

Giuseppe

Template 1 month ago

Good morning, in the Doctor template, how can I make the slide image appear on the Home page on smartphones? The site is still in production and is hosted on a temporary domain, which is: https://osteopata.giuseppecento.eu/ The Joomla version is 5.4.3 The template version is: Doctor version 3.0.1 The SP PageBuilder version is 6.3.0

0
6 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 month ago #219723

Hi there!

Thanks for reaching out.

Please use the following code in your custom CSS:

@media screen and (min-width: 320px) and (max-width: 767px) {
    .sppb-section.doctor-static-hero-section {
        background-position: 70% center !important;
        background-size: auto auto !important;
    }
}

You can play with the position and size value in the above code to fit the image as per your need though.

Here is all about custom code placement in the Helix3 framework: https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code

Best regards,

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 month ago #220033

Hi, Did you check?

0
G
Giuseppe
Accepted Answer
1 month ago #220059

Yes, I followed your advice and it worked fine. Thanks for your help.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 month ago #220103

Hello,

Thanks for the feedback and you are always welcome:)

You may accept the most useful answer in order to close the post.

Have a nice day!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 month ago #220367

You may accept the most useful answer in order to close the post.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 weeks ago #221841

Hello,

Hope you are doing well.

There is an Accept button below each reply. You can accept an answer there to officially close the post.

Thanks!

0