When I insert an image widget as the top sidebar (or whatever I put there), there is some white space/padding that appears above the image. Is there a simple fix in code editor whereby I could remove this space and have the image aligned to the very top of the page?
Also, a related question..what are the dimensions of this top sidebar? Meaning, if I want to create a banner for this position, what would be the dimensions to optimize and maximize the available space?
Thanks very much!
If you want to remove padding/white space above top sidebar, the guideline below is needed for you: Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://designwall.com/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.
#page { padding: 20px 40px 0; }
– At the moment, we use size 960 x 340px for the top sidebar.
Please login or Register to submit your answer