Archived topic
Homepage layout issue
13 replies · Started by Keshav on April 12, 2021
Hi,
My blog URL: dilsedeshi.com after setting up AMP, Homepage layout has been completely disturb. I am not able to understand how to fix it? Side Header override on main content.
Hi there,
Can you make sure the compatibility plugin is installed?
https://docs.generatepress.com/article/amp-compatibility/
Let me know :)
Yes already installed
Just viewed the home page and everything seems normal to me:
https://www.screencast.com/t/Gfgr6xlBO
Is that not what you are seeing?
I just showing like this https://www.screencast.com/t/yqvH14wkU9U
I just checked the site using Chrome and Firefox and both are showing correctly.
Can you test another browser using the incognito/private mode?
Yes I have checked on multiple browsers and also checked on proxy site.
I tested in two computers and don't see the issue.
Are you zoomed in a lot?
I have tested 3 different computers and I found same issue.
Browser resolution at 100%. Not a zoomed at all.
Is it any cache problem?
Hi there,
try adding this CSS to your site:
@media(min-width: 1000px) {
#page, .site-footer.grid-container {
margin-left: 300px;
}
}
You are amazing. now issue with footer only
Oh yeah - how did i miss that :)
Updated the code above to fix that
Now all set.. thanks david
You're welcome