Sairon Posted October 15, 2022 Share Posted October 15, 2022 Hello, I want to add a gradient background to my page, but it doesn't go all the way (see in image). How can I fix this? Page URL: http://www.pastostotis.lt/ Thanks Link to comment Share on other sites More sharing options...
endriu107 Posted October 15, 2022 Share Posted October 15, 2022 Try add in custom.css this: body, #header, #wrapper { background: transparent; } main { background:radial-gradient(white 50%, #a7a7a7); } Link to comment Share on other sites More sharing options...
Sairon Posted October 15, 2022 Author Share Posted October 15, 2022 (edited) Thank you, it fixed it on the home page, but on the other pages, for example http://www.pastostotis.lt/content/6-galerija it still looks bad. Any solution? Edited October 15, 2022 by Sairon (see edit history) Link to comment Share on other sites More sharing options...
Sairon Posted October 15, 2022 Author Share Posted October 15, 2022 I want the top to be white though. Link to comment Share on other sites More sharing options...
endriu107 Posted October 15, 2022 Share Posted October 15, 2022 Did you clear cache after changes? Link to comment Share on other sites More sharing options...
Sairon Posted October 15, 2022 Author Share Posted October 15, 2022 Yes, I did. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now