VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

[SOLVED] Innerpage_header image not responsive
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: [SOLVED] Innerpage_header image not responsive

[SOLVED] Innerpage_header image not responsive 06 Sep 2019 10:09 #11815

Is it possible to make the innerpage_header image responsive?
Thanks
Last Edit: 06 Sep 2019 10:10 by [email protected].

Re: Innerpage_header image not responsive 13 Sep 2019 02:49 #11839

Innerpage_header uses background-size: cover; to resize the background image to cover the entire container, not use image.

joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Innerpage_header image not responsive 16 Sep 2019 11:28 #11845

Sorry, I don't know how can I resolve..
Can you help me?

Re: Innerpage_header image not responsive 25 Sep 2019 02:42 #11860

Can you please send me your website url?

joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Innerpage_header image not responsive 27 Sep 2019 17:37 #11872

Yes, I can:

www.casaprobo.it

Thank you

Re: Innerpage_header image not responsive 04 Oct 2019 03:00 #11893

Try to edit file templates/jf_sybix/css/template.css, at line 6315 modify:
 
.breadcrumbs {
height: 295px;
background: url(../images/innerpage_header.jpg) no-repeat;
background-size: cover;
-moz-transition: 2s all;
-webkit-transition: 2s all;
-o-transition: 2s all;
-ms-transition: 2s all;
transition: 2s all;
position: relative;
}
 

to: (add background-position: center;)
 
.breadcrumbs {
height: 295px;
background: url(../images/innerpage_header.jpg) no-repeat;
background-size: cover;
background-position: center;
-moz-transition: 2s all;
-webkit-transition: 2s all;
-o-transition: 2s all;
-ms-transition: 2s all;
transition: 2s all;
position: relative;
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
  • 2
Time to create page: 0.84 seconds
Wednesday 24 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.