I dont know how to position the header s pictures over the menu?
-
Hi Everyone,
I am trying to customise my wordpress for monthes, I’ve seen many theme, its interesting, maybe I wil orient myself on webdesign, but now I am doing something else…
Recently I choose to use the Sempress s theme, I can test my website on a few navigator with differents deveices such as personnal computer, tablets, smartphones…
I just want to know how is the best and simple way to position my menu under the header picture I added to my theme…
Any help is more than welcome!
if you’re too buzy or I dont know what ever reasons… No Probem, I understand…
Thanks everyone in here!
The blog I need help with is: (visible only to logged in users)
-
Hi superlabs. Sempress automatically puts the header image below the menu when you use the built-in custom header option.
You could instead use CSS to replace the “logo” div (which right now appears to be hidden somehow) with the correct image, then the menu would be below your image.
-
Hi Andrew, THanks! to answer me Very fast, very nice you are, then sorry I am not familiar with webdesign even if I like to spend time by learning it, I dont really understand how can I access the logo div or simply have an access to the original CSS made by the SemPress’s creator.
I remember when I suscribed a wordpress premium account we could access the original css…
Anyway I am goint to check your link… thanks again!
-
I think I understood what you meant, indeed I can supress the header s pictures, and then add a background picture and reposition the menu… but I will not be able to change randomly the picture as its possible to do with the wordpress theme customisation tools…
Lets search and stop because I also need to work on whats its going to be publised in my website…
:)
-
You won’t be able to randomly change the picture, but you could set different images for different pages. For instance, if you wanted a different image for the home page, you could just add “.home” to the beginning of the CSS rule that you come up with.
-
mhhhh this is interesting I am working on it, hope its not going to take me hours :) …
I noticed that into the sempress css #header {} isnt recognize there is #masterhead{}
it might be V interesting to create a theme from the scratch to fully understand whats going on with it…
For twelve monthes I played with wordpress, tumblr, blogspot ecetera…
Greetings Andrew!
-
Sorry Andrew, I had a few difficulties to display my logo picture as a background, I am trying it into the #mastahead .site-title{}
but … its not working…
At the beginnin I was satisfied with a simple title, but I met a few obstacles such as how the text ‘s width was… on my computer that was okay, but on my ipad, the text didnt rescale itselfs even with a font-size:100%;
I am still looking for it…
-
OKay it seems to be working… by using the css instead of the provided header tool…
Thanks
-
Okay finally today I could keep the original header by just moving the menu element with the css rules called ‘position’… and it works…
Then I can display randomly differents header pictures… but I think they must have the same dimension, I’ll check it later.
Here is my css code:.main-navigation {
font-size:19px;
font-style:bold;
border-style: solid;
border-color: #CCCCCC;
border-width: 0px;
padding-top: 0px;
border-radius:5px
display: block;
float: left;
padding-left:0px;
padding-right:0px;
margin-bottom: 15px;
margin-top: 5px;
width:100%;position:relative;
width:100%;
height:auto;
background:red;
top:230px;
}So we can move the elements even if they are parented, i still have alot of thing to learn… It seems to be interesting to create website with css, html, php ect…
Greetings!
- The topic ‘I dont know how to position the header s pictures over the menu?’ is closed to new replies.