Hello, I've added HTML code the Header Widget Area. Now, I'm trying to move the the HTML text using the Custom CSS under General Options. However, while I can move it left and right, I can't move it up and down. Below is the CSS I'm using:
However, this only affects left and right movement. Top and bottom is not affected. Chrome Web Inspector shows two declarations for top_area:
1. My custom CSS, as shown above, but with a line through 'top: 100px' to show it's not being applied. 2.
#top_area { right: -15px; top: 27px; }
This happens no matter what I change my custom CSS to. I even manually edited striking/cache/skin.css and commented out the 'bad' CSS, but when the page reloads, that CSS is still there.