Archived topic
Formatting RSS feed on page
7 replies · Started by John on June 23, 2020
I have an RSS feed on an unpublished page. I'm having some issues with margins or padding. How can I expand the contents of the feed within the border?
Hi there,
can you disable autoptimize so i can see where the CSS effecting the width is coming from ?
Thank you. Autoptimize disabled.
Sorry where is the RSS feed added?
I'm also seeing an error in the header from Ninja forms by the way.
RSS Feed page: http://www.johnwarejunior.com/atsourcer/
Please explain the header in Ninja forms.
Sorry I thought that's an archive page.
Try removing this CSS in the Additional CSS field in the customizer:
.one-container .entry-content, .comments-area, footer.entry-meta {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
Let me know if this helps :)
Yes, it worked. Thank you.
No problem :)