Hello!
I have a few questions.
1. I use the code below to make the padding on the logo smaller, but when I watch the site on a ipad or my phone, the top logo is outside the header space. Is there anyway to make the logo smaller when viewed on an ipad/iphone or other phones/tablets?
.header-logo img {
margin-top: -20px;
margin-bottom: -20px;
}
2. I have problems with the fonts. I can change google fonts, but not all fonts change (for instance the footer font does not change if I change the body font. Also, a lot of the fonts change when I change the main font (headlines for tabs and so on), things I thought were headlines, but probably is just large versions of the same font. This makes it not so flexible in changing fonts and sizes, since many of the different fonts are linked. It is almost like all fonts exept the body-font is the same font, so I can not change those independently. Is there any way around this?
3. If I check the style.css, there are many places where the standard font raleway is set, so I guess this is why sometimes the font does not change. Do I need to replace raleway with the font I want to use in style.css?
4. I have a webfont of my own I would like to use, how do I add this to the site (brandon)?
5. IN the single product page, there is no headline for the product visible, why not?
ALso I am wondering why I can not see the theme-editor.php in wordpress. Usually I can see this for my other sites, and change the custom css.there. Had this something to do with your theme, or with my web-hosting?
Thanks in advance 🙂
Best regards
Daniel