Mon, 2019-09-23 15:48
Hey!
I’m working on this website, it’s using the Fusion Builder and I cannot get my top image to center. Can anybody help, please?
https://klausen-hr.dk/video-kursus-saelgerudvinkling/
Mon, 2020-01-20 06:51
#1
image not at full width;
In case you're planning to utilize foundation picture: url(...);, I don't figure you can. Notwithstanding, in the event that you need to play with layering, you can accomplish something like this:
// <img class="bg" src="..." />
// .bg
{
width: 100%;
z-index: 0;
}
in this method you can set your bg.image full width.