Penscratch Theme CSS Changes
-
-
-
Hello !
I’m jumping in because I’m also using the penscratch theme :) I’ve been using all your pieces of advice and bits of code to tweak the design, thank you very much for those !
I’m wondering if maybe you could help me a bit too ? I’d like to move my header image so that it’s below the site title but above the menu. I tried the code nizamilputra gave just above but it doesn’t work well for me, and I don’t know what to tweak so that it adapts to my blog.
Here’s my site by the way : http://www.missholly.fr
Thanks a bunch if you can help me :)
-
I checked http://www.missholly.fr and I found that site is setup using WordPress software, but it is not hosted here at WordPress.com. See http://support.wordpress.com/com-vs-org/ to learn about the differences.
I will point you in the right direction here first, then I will ask that you post future questions in the WordPress.org forums.
I’d like to move my header image so that it’s below the site title but above the menu.
First, note that you cannot use the exact same CSS because your header image size is a different height than karenhayoun’s. What that means is you probably can just adjust the numbers from the example. Here’s a modified snippet that you can try out:
.site { position: relative; } .custom-header { position: absolute; top: 150px; } .main-navigation { margin-top: 330px; }Adjust the numbers as needed.
Can you please ask in the WordPress.org forums if you need further help with that blog? The Penscratch theme is new, so it doesn’t have a dedicated forum just yet, but you can post at http://wordpress.org/support/ and ask to see if someone is able to help you with Penscratch questions there. In the future, there will be a forum available at https://wordpress.org/support/theme/penscratch
- The topic ‘Penscratch Theme CSS Changes’ is closed to new replies.