Hi!
If you take a look at the page: http://www.sudersand.se/de/unsere-unterkuenfte/camping/strandskogens-camping/
and scroll down to a grid row with “informationen”. I have made a modification in quick css to the width and left margin of that section, but I do not understand why the background “behind” the grid is black…?
It is supposed to be white.
I have made the same modification on the same section at this page: http://www.sudersand.se/de/unsere-unterkuenfte/camping/sudersands-strandcamping/ … and there it works fine.
Here is the css:
#campinginfo {
width: 1150px !important;
margin-left: 20% !important;
}
Any ideas? =)
Regards Johan
Hey Johan,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
html {
background-color: #fff;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you, it worked!
Regards Johan