Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
I am using Talon Theme for wordpress for a website and the bakcground image of the row are not responsive.
Can you help me ?
http://tinyurl.com/y6wvkvov
Thank you very much.
Hi Orphen4666,
Would it be possible for you to create a temporary admin account for us so we can log in and bypass the under construction gate?
This is a private message.
Hey
Thank you for your answer. I removed the constuction gate.
Hi Orphen,
To clarify, which row are you referring to? Is the row with the green leafs? If so, your only real option for allowing for more of the image to show in that row is to reduce the mobile padding applied to that row. Please open the row and head over to the row styles sidebar. Open the Attribute settings group and set the Mobile CSS Styles field to:
How does that look?
Due to the large size of the widgets in this row, it’s sadly not possible to make the image perfectly responsive.
Hello,
The section in the front page, is the row section with the two green elves at the bottom.
I finally found a way with the author of the theme.
I add the following css
.panel-row-style-for-21-4 {
background-size: contain;
}
It is not perfect but now the background follow the size of the screen.
If you a more efficient solution i’ll be glad to test, otherwise thank you very much for your time and help.