chris clark
asked 10 years ago

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!

1 Answers
DominicStaff
answered 10 years ago

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.

Powered by DW Question & Answer Pro