text alignment
-
ohh I like my browser..
I was thinking.. if i put in a css code to move it to the left.. then remove it.. it might correct itself.. this worked last time..
unfortunately i downloaded bullet proof plugin and twice today i have been thrown out of wordpress.. and now my hosts seem to be sleeping.. it is nearly midnight
I will try tomorrow and let you know.
thank you for all your time and help
Admin
No problem. Let us know how it goes.
Hello again!
I have removed bullet proof security.. The plugin was disabling my username and password. Thankfully Just Host have helped and I am now signed back into my wordpress.
Anyway, back to my floating header. I have been playing with CSS code. And text style options.
I have found that if I put it the following code:
#header h1 {
font:bold 40px "Arial";
left:-150px;
}the title’everydayshare’ appears in the perfect location on my screen, but this does not change the header location on my post pages. The title there remains just off center but I can alter the text style.
I have left this for the time being.. can you tell me how it looks on your screen?
I think somewhere there is a glitch .. I have cleared cookies and caches and history and everything..
I do not know if this is related.. but I remember when I made changes to the header (the first time around) the text style for the top horizontal menu changed automatically to bold. Again I never found where to correct that. It looked so much slicker before. But that is not such an issue but possible related?
Can you give me your advice please. And may I please request when you create a newer version (update) that you place options to change Header alignment somewhere. It would be very handy.
I really do like your theme and its ease of use. The one benefit of having this problem is I have now learnt a little about codes ))
thanks
Kiran
Admin
Uh oh…now the text is off center…
Admin
You can upload the screenshot to Tinypic, and then paste the link here.
But really, I’m not seeing any problem from my end. I have tested your site in IE7, IE8, and IE9, and they all look fine to me.
Mod
Can I ask if there is text or code I can check in my c-panel folder files or sql or php or something somewhere?
Your wordpress files are located in
and your theme files are located in
http://everydayshare.com/blog/wp-content/themes/graphene/
The “themes” folder is where you would create a child theme folder.
Ken
Admin
Try this:
.header_title {
position: absolute;
}
.header_desc {
position: absolute;
top: 125px;
}
- You must be logged in to reply to this topic.

