I need to have a wider logo. The issue I’m having for the life of me I can’t figure out how to decrease the width of the header widget.. Any ideas would be awesome. I really just need to move the header widget over like 50px.
1 Answers
Hi Dom,
Your request will be resolved with our instruction below: Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.
#sidebar-header {
float: right;
width: 700px;
}
.site-header #branding a {
width: 300px;
}
Save it, refresh your site to see the result, my friend
Awesome thank you so much.
Please login or Register to submit your answer