sroyston
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Logo too smallI figured it out for anyone who is looking for this information. Here is the css
.site-header .home-link img {
max-height: 150px;
max-width: 200px;
}just change the values until you get the image how you like it
Forum: Themes and Templates
In reply to: [i-max] Slider not showing upI switched the slider to the “off” position and it showed up!! Thank you
Forum: Themes and Templates
In reply to: Changing link colorThat worked perfectly, thank you!
Forum: Themes and Templates
In reply to: [WEN Business] Change hover color of navigation barThat worked perfectly, thank you!!
Forum: Themes and Templates
In reply to: [WEN Business] Make sidebar smallerI found the answer
#primary{
width: 820px;
}
#sidebar-primary{
width: 350px;
}I hope this info helps you in some way. I’ve never done any css stuff before today, but I had the exact same problem you did so I have been searching high and low on the internet and finally found something that worked for me.
Step 1. Go to your dashboard and click on the “appearances” tab, then go to “edit css”
Step 2. Copy>paste in this code
.site-branding {
max-width: 990px;
display: block;
margin-left: auto;
margin-right: auto;
position: relative;
}Now all you have to do is play with that 990px number until the header is about the right size. I changed mine to 500px and now my header is the right size. Make sure you save the changes.
I found this information on this very handy website