syhnes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Baskerville] help for the size of the header imagehi @anlino !!
thanks for the help.
the problem seems to be solved for smartphone and tablet. but the size of my logo is still very small.
I understand the principle of additional css now. however, I still have trouble figuring out what allows me to resize the size of my logo.
I’m trying to look for other information to understand how it works.
my other problem: the title no longer appears.
I reinstalled the theme, nothing helps.
thank’s for help!!
Forum: Themes and Templates
In reply to: [Baskerville] help for the size of the header imagethank’s for help. I do not understand exactly what happened with this manipulation. mystery to me 🙂
the second problème for me his the title and the logo:
1: the title of my project has disappeared.
2: and I managed to find where to change the size of my logo:
in page “style.css”, in “.3 header”
i change this:
“.header .logo img {
max-height: 80px;
width: auto;
}.”to this
“.header .logo img {
max-height: 400px;
width: auto;
}”
that is ok for computer version.but that doesn’t change it for the portable or tablet version.
off, I would also like to resize the size of the logo on laptop and tablet. how should i go about making it the most optymal?I’m starting to understand vaguely how css works, but several things are still missing.
how can i fix problems?
thank for help!
when a noob tries to learn to program: P