Banner not centered

Posted in: Newspaper
Post count: 82

Hi

I am trying to Center a banner on my Website https://www.catherine-leichsenring.de/mittelstand/
This is the css
#leaderoben1 {
position:relative;
top: 0px;
margin: auto;
}

But margin: Auto does not seem to work.

Could you please give a helping Hand?
Cheers
Hansjörg

Post count: 22421

Hello,
please try it like so:

#leaderoben1 {
margin-left:Auto;
margin-right:auto;
display:table;
}

Thanks.

Post count: 82

Thanks Bogdan

I have an issue with another banner
https://www.catherine-leichsenring.de/mittelstand/
The result should be a Skyscraper, but the banner at the top changes the Position by zooming in or out.

Could you help me there too please?

Cheers
Hansjörg

Post count: 20688

Hi,

I don’t understand exactly how the images should be displayed, they seem to have some unusual margins and other properties. If you could provide some details about how they should be positioned, it would be helpful.

Thanks

Post count: 82

Hi Simion

sure. I would like to place the upper banner in line with the right margin of the theme layout.

Here is a sreenshot https://imgur.com/a/gTdfe

I deactivated the right banner to make it (hopefully) clearer
Cheers
Hansjörg

Post count: 20688

Hi,

A solution would be to remove the current left margin, and align the banner like this
https://www.screencast.com/t/ZMkMzrsD
The banner would be responsive on mobile with this solution
https://www.screencast.com/t/T4e3QdocLPy

.g-single {
max-width: 1164px;
margin: auto;
}
#hockey1 {
left:auto;
}
.g img {
float: right;
}

Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.