Site logo

Archived topic

Homepage layout issue

13 replies · Started by Keshav on April 12, 2021

Viewing posts 1–14 of 14

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.

Yes already installed

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

This archived topic is closed to new replies.