hey,
how can I make this image(below the navi line) full width. Is just because its not big enough?
anyway is the a way to put in the center. because now it sticks to the right side.
thx! 
hey,
how can I make this image(below the navi line) full width. Is just because its not big enough?
anyway is the a way to put in the center. because now it sticks to the right side.
thx! 
Hello There,
Thanks for writing in! I have checked your site and I can see that the image is already fullwidth. To make sure that it displays in the center, please edit the page and in your column settings, align it to the center.
Hope this helps.

I did, but it´s still on the right side 
Hi @nikolaus.kemetner,
The image has block styling, text alignment will not work. Instead, please add this CSS to your image’s Element CSS. And you can find that in Customize section of the image.
$el img {
margin: 0 auto;
}
Hope this helps.
thx it worked 
You’re welcome. Glad we could help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.