Sela Theme – header & grid
-
Hello,
I am a newbe to this kind of stuff. I try build my own book blog. I use the Sela-Theme with no real changes and only little added.First I am sorry that I can’t provide you any link to my site because at the moment I have only done things local via xampp.
I have two issues:
1) I’ve added a picture to my header. Now I want to reduce the gap between my site-title and the picture but everytime I do so the sitle-title vanish below the picture.
red – picture; blue – sitle title and site description (site description half vanished)
I’ve added this to header.htp
<div class=”site-branding-exp-bar”>
” rel=”home”>
<img src=”<?php bloginfo( ‘template_directory’ ); ?>/images/EP-Balken.jpg” alt=”<?php bloginfo(‘name’); ?>” />
</div><!– .site-branding-exp-bar –>and this to css
.site-branding-exp-bar img {
maxwidth: 100%;
height: 7em;
}2) This one is bit more tricky. As you see in the picture below I want to have some sort of fixed repeative grid on one of my sites for utility reasons.
At the start I tried to do it with wordpress writing tool but there is no way that it will be like I want to have it. So it seems I have to do it in html and css.
I hope maybe you can give me some kind of basic structure to build this and tell me where to put it. As you see I want to put in some pictures (with links to the appropriated posts) and text.
I hope you can help me a little. I am also thankful for every other advise.
Zhap
- The topic ‘Sela Theme – header & grid’ is closed to new replies.