Is a way to reduce row header/footer/sub at the same size as page content ?

Posted in: Newspaper
Post count: 312

Hi

I would like my Desktop viewers to have the possibility to go on AMP version, so I will add a link to my AMP version. The amp version is nice on mobile, but I would like to know if there is a way to reduce row header/footer/sub footer(not stretch) at the same size as page content on desktop ?

Thank you

https://lowtechnation.com/?amp

Kind regards

Post count: 35449

Hi gumball44, the amp version should be access only from mobile devices, therefore I do not think that it should be implement for desktop version.
I think that you can use a css something like this one -> https://i.imgur.com/HsYMaiU.png -> https://i.imgur.com/wvSLxcP.png
.td-header-wrap, .td-mobile-footer-wrap, .td-mobile-sub-footer-wrap {
width: 670px;
margin: 0 auto;
}

Normal this code should be set only for amp version.

Hope this will help you!

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