Appearance of homepage
-
-
So I just realized, this looks fantastic on my computer, but looks screwed up my cellphone. Is there a way to make it so that this stays responsive?
-
Ah, completely forgot! Change the CSS I provided you to this:
@media screen and (min-width: 1020px) { .page-id-481 .grid:nth-child(2n) { margin-right: 0; } .page-id-481 .grid { width: 507px; } } -
-
-
Hi Grace – I have one more question regarding the responsive view on the homepage. On my tablet and cell phone, the “Menu” bar looks a little bit off. On the tablet, it awkwardly ends halfway through the screen. On the cellphone, it’s too wide for the screen itself. Is there a way to fix that?
-
Ah, for #site-navigation and #menu-primary-menu li a, please change it to this:
@media screen and (min-width: 1020px) { #site-navigation { width: 650px; } } @media screen and (min-width: 1020px) { #menu-primary-menu li a { font-size: .65em; } }Then you should be set.
-
The size of the menu looks better, but the width is still off on the tablet and cell phone. Maybe I’m doing something wrong?
-
It would be best to contact the CSS Customization forum at this point:
-
Hi Grace,
I did! We’ll see what happens. Haven’t heard anything yet.
Do you know if there is a way to make headline titles more bold in the case of white imagery in the background?
-
That can be handled via CSS. I would open up a new thread in the CSS Customization forum regarding any CSS changes.
-
-
Thanks. I’ll close this thread for now. If you have any CSS issues please open up new threads in that forum. If you have any other issues you can open up another thread in this forum.
Cheers!
- The topic ‘Appearance of homepage’ is closed to new replies.