Hello,
The color section does not allow the background image to be extra large. I want my image to take up the full screen which works fine on small screen but does not cover up the entire screen on larger display.
How can I fix it ?
Thank you in advance for your help
Hey 805ITS,
Could you post a link to where we can see the results you are getting please?
Best regards,
Rikard
Yes here is the link. It can only be seen in large screen display because it’s showing correctly on smaller screens.
Hi 805ITS,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Yes here it is
Hi 805ITS,
Please try using the following css:
.page-id-3152 #av_section_1 {
background-size: cover
}
Best regards,
Victoria
It worked thank you very much! :)
Hi,
Great, I’m glad you got it working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
I have tried this on a different website with the same theme with the code below :
.page-id-208 #av_section_1 {
background-size: cover
}
Unfortunately it does not work… Can someone please look into it?
Thank you again for all your help!
Hi,
Please try this instead:
.home #av_section_1 {
background-size: cover;
}
Best regards,
Rikard
Thank you for your response but it is not working. Any other solution?