Center Ad space in Header editor

Posted in: Newspaper
Post count: 79

How do you keep the header ad centerd ? In the edtor its centerd and on de website it to the left. See https://www.groningerkrant.nu/

Post count: 20688

Hi,

So in the composer it is centered and in the actual website it is not, quite unusual. I could give you a CSS solution to center it – http://prntscr.com/mml7w3

Enter the code in the CSS section of the theme panel, check if it works

.td-g-rec-id-header {
max-width: 728px;
margin-left: auto;
margin-right: auto;
}

Thanks

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