Blog looks odd on bigger screens.
-
Hi….I wonder if someone could help me with my photo-blog at
https://www.coppercoastworkshops.com/minimalistics/ Everything looks fine on my 22″ monitor and on smaller screens, but I had an email from someone who said…“On the non-image pages (about, why, etc) the fluid structure is annoying. The header image and text below it is justified left – but the page title/nav and the comments below the images are centred…I’ve a 24″ monitor and the page looked unbalanced, resizing the browser window made things shuffle in relation to each other strangely.”
It could be because on the “Miscellany + News” page I wanted the link to the page “Minimlistics and Minimalism” (child) to be on the left. So I added the following code to the CSS…
.container ul {
margin:0 auto;
text-align:left;
width:70%;
}If anyone can advise if they have similar problems to those above and how it can be fixed so that it looks right on all screen sizes, it would be a great help.
Thank you….george
- The topic ‘Blog looks odd on bigger screens.’ is closed to new replies.