Ultima Theme in Mobile devices

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
singareddy
Posts: 23
Joined: 28 Dec 2012, 21:26

07 Oct 2019, 15:57

Hi All,
We have custom application in Java/JSF with Ultima framework. We are using text editor to add images and content. These images are displaying properly on desktop web browsers. But in the mobile (iPhone and Android) devices, images are not fitting in the screen and going beyond the screen. If you need I can provide the code and also web location. Any idea, how to resolve this issue.
Thanks
Ravi

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

09 Oct 2019, 08:10

Could you please attach your page and custom style for us?

singareddy
Posts: 23
Joined: 28 Dec 2012, 21:26

28 Oct 2019, 21:09

Here are the mobile pages.
https://ooftish.com/posts/
https://ooftish.com/blogs/
https://ooftish.com/photos/
https://ooftish.com/videos/

These appear nicely on desktop webpages and not on mobile devices.

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

30 Oct 2019, 10:38

Thanks a lot for the links, could you please try the following css;

Code: Select all

body .landing-wrapper #header {
        background-size: cover;
}

@media (max-width: 1024px) {
    body .landing-wrapper #header {
        min-height: 400px;
        background-size: cover;
    }
}
Best Regards,

Post Reply

Return to “Ultima - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 10 guests