White strip on bottom of page and menu font problem

Posted in: Newspaper
Post count: 18

Hi,

My website is: https://muhlenbergweekly.com/ and is using Newspaper8.

1. There is a white strip at the bottom of the website. Is there any way to remove it?
2. My sidebar menus have a different font than the rest of the website, even though all fonts in the theme panel are set identically. (image: https://imgur.com/a/SycJ9; website URL: https://muhlenbergweekly.com/about/).

Thanks!

  • This topic was modified 8 years by Greg K.
Post count: 22421

Hello,

1) There is an image creating that space there added by the cookies-for-comments plugin.

2) Your sidebar is using the defualt open sans font and your content uses the palatino font. Please make sure you change all of the fonts in the fonts section of the theme panel.
As an alternative, you can add this code in your theme panel-> custom css box:

.td_block_list_menu li{
font-family:Palatino Linotype;
}

Thank you!

Post count: 18

Thank you so much! Those suggestions fixed both problems.

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