-
AuthorPosts
-
December 17, 2020 at 12:45 pm #1268101
Hey Kriesi-Team,
i want to show a picture in an Rasterzeile-Element and put it in the background, stretched it to fill out the whole place. But if the screen reaches mobile-size, the picture gets so small, only 1 cm high. I want to show it in his normal heigt.
I tried already to blend it out on mobil-size and add a normal picture, wich only appears in mobile-size but it doesnt work.
Would you have a short look, if there is a fix for the picture-size?
pls scroll down to “Was uns wichtig ist” with the picture you can read “Relax” and the green plants.
Thank you!
ConstanzeDecember 18, 2020 at 1:05 pm #1268400Hey Constanze,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .home #av-layout-grid-1 .flex_cell.avia-full-stretch { min-height: 300px; } }
Best regards,
RikardDecember 21, 2020 at 5:52 pm #1269103Thank you Rikard, this works out!
I have another Problem now the Site is online – i can´t remember doing or change anything, but since today the transparent header is not working anymore. I changed none of the settings, if i switch to “no tranparency” in the Sidesettings, it works and if i switch back to “header transparency” there is no change in the Logo and the white background is missing so you can read the navigation. It sticks to the top like it should but you can´t read it without the background and i have no idea, where to start searching…?I got a code from your collegue to change the Navigation Color from white (transparent header) to the normal colour (with the white background), but it doesn´t work anymore. Its located in the quick-css-style
Can you help?
Thanks!
ConstanzeDecember 23, 2020 at 4:10 am #1269425Hi,
Thanks for the update. I get a 403 error on the login page though, so I can’t login:
Forbidden
You don’t have permission to access this resource.Are you or your hosting provider blocking certain IP ranges maybe?
Please try installing this plugin: https://wordpress.org/plugins/enable-jquery-migrate-helper/, then change the jQuery version to 1.12.4 in the plugin options, to see if that helps with the header problem.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.