Sight Theme: Header size
-
I have been trying to find ways to change the size of the header. I want to increase the width to cover at least half the header space but I have not found an answer that could solve this problem.
This is the website: http://www.aikolpress.com
-
You have a self-hosted blog, community support for which is available at WordPress.org forums. They deal with self-hosted installations.
Still, I looked at the site and this code should do it. Adjust the values as required:
.logo { width: 640px; } .logo img { max-width: 590px; } -
- The topic ‘Sight Theme: Header size’ is closed to new replies.