Forum Replies Created
list of topics you have created till now.
-
-
thanks a lot !!!
solved adding this:
@media (max-width: 767px) {
.main-navigation { font-size: 1.4em; font-family: ‘Chivo’, sans-serif; }
}thank you
mooco
Participant19 April 2013 at 16:59Posted in : How to show posts / blog roll on a separate pagethank you
I just did it with this extra CSS code:
it seems working fine
@media (min-width: 768px) and (max-width: 1024px) {
.main-navigation { font-size: 1.28em; }
#nav #search-form #search { min-width: 65px; }
h1.site-title { font-size: 1.1em; }
h2.site-description { font-size: 1em; }
.entry-header { font-size: 1em; }
.entry-content { font-size: 1.4em; }
.post-list { font-size: 1.1em; letter-spacing: 0.08em }
}@media (max-width: 767px) {
h1.site-title { font-size: 1em; line-height:3em }
h2.site-description { font-size: 0.8em; line-height:1.5em }
.entry-title { font-size: 1.1em; }
.entry-header { font-size: 1.1em; }
.entry-content { font-size: 1.1em; }
.post-list { font-size: 1.1em; letter-spacing: 0.08em }
}sorry, to say that after double checking, (for the word spacing in main nav Menu) , with positive em’s, the menu voices align to the right a little bit, while with negative they align a bit on the left.
I would need to keep them center aligned.
thanks a lot
I can send them to your private email. I can’t publish them into the forum.
but there isn’t that much to see.
main menu font for screen size is in carrois gothic, while the word “menu” when seen from iphone, is in a slab serif font, perhaps the one you used for the default theme settings, can’t remember its nameyes 1.1 (thank you for the other feedback, I appreciate)