Some questions, mobile and testimonials

Good morning, I have some problems which I hope you can solve.

  1. The jumbotron background image is not optimised for the mobile version. I tried all the solutions you suggested but none of theme worked.
  2. During the visualisation (mobile versione) there is a white border on the left.
  3. In the section “testimonial” aree possibile to wiew more than 4 testimoniance?

Site is www.dimensioneimmagine.net

Hi @eduardo23,

For the jumbotron background image use this css:

@media only screen and (max-width: 568px)
#header {
    background-attachment: initial !important;
}
}

For that white line, the logo is causing the issue due to the width, so try decreasing the width with this css code:

.col-sm-2.img{ 
width: 300px;
}

Regarding the testimonials, do you have more than 4 testimonials in the Dashboard, Testimonials?

Thanks,

Cristian

hi, thanks for the support.

1.Yes, i have more than 4 testimonials, but i wiew only 4 of those.

2.Excuse me, another question.

i used code from another thread to make my header sticky. Here’s what I used:
#header .top-header {
position: fixed;
z-index: 99;
}
I also added a background color to my header.

The problem I’m having now is that my header is overlapping my nav when the responsive mobile menu is active.
i tried with css:

@media only screen and (max-width: 992px){
.top-header {
position:relative;
}
}

but… I tried that and it’s still the same. Any other ideas? I can send you the login details privately if you’d like?

Thanks so much!

edoardo

i wrote to you the password

User Admin
Password R9e8hL!q

  1. problem 1 - Jumbotron image not responsive

  2. problem 2:
    2.Excuse me, another question.

i used code from another thread to make my header sticky. Here’s what I used:
#header .top-header {
position: fixed;
z-index: 99;
}
I also added a background color to my header.

The problem I’m having now is that my header is overlapping my nav when the responsive mobile menu is active.
i tried with css:

@media only screen and (max-width: 992px){
.top-header {
position:relative;
}
}

but… I tried that and it’s still the same. Any other ideas?

Thanks so much!

www.dimensioneimmagine.net

at the moment i had disable the menu mobile with the custom css plugin.

Pleade help me!

Hi @edoardo23,

I could not login on your website, the credentials are wrong. COuld you check?

Thanks,

Cristian

yes, sorry.

this is right!
Admin
591L#Fe*jyq($GAtOC