Front Page and Pages Pixel Difference
- The topic ‘Front Page and Pages Pixel Difference’ is closed to new replies.
Need help? Check out our Support site, then
Good Afternoon,
There is like a 2px difference between the Masthead Menu and the Featured Section on the Frontpage vs individual Pages.
So, when I try to get the Frontpage flush, it throws off my Contact page.
Therefore, I have to leave this tiny space between the Menu and Featured Section on the Frontpage so that the Contact page displays properly.
These pages are flush, but I cannot get Frontpage to be flush:
https://nichstaroni.com/contact/
https://nichstaroni.com/live/
Or maybe there is a way to not display the featured section on individual pages?
This seems to be an issue with the theme itself.
The blog I need help with is: (visible only to logged in users)
I am using this CSS from the forums to modify the site:
ul.blurbs.row {
margin-top: 0px;
}
ul.blurbs.row {
margin-bottom: -54px;
}
Hi
You can use the following to remove the gap:
.home .trending {
border-top: 0;
}
Cheers – Ben
Thanks.