ECToo / wp-constructor

Automatically exported from code.google.com/p/wp-constructor
0 stars 0 forks source link

header problem #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. its there from the begining
2.
3.

What version of the ... are you using?
1. Wordpress: the latest
2. Constructor: the latest
3. Browser: safari
4. OS:

What URL of your blog(s)?
1. http://www.deyummy.com

Please provide any additional information below.

the header is at the top left corner, underneath the top menu. it won't move no 
matter if I 
change the settings. it was that way from the begining, but the header on my 
other site (with 
constructor as well) is fine and it moves when I want it to. 

Original issue reported on code.google.com by sha...@shayummy.com on 31 Mar 2010 at 10:19

GoogleCodeExporter commented 9 years ago
Open CSS tab and past next code
{{{
#header .logo {
    margin-top:40px;
}
}}}

Original comment by AntonShe...@gmail.com on 1 Apr 2010 at 10:45

GoogleCodeExporter commented 9 years ago
thank you that helped, its not way in the top left anymore, the header is where 
it should be but it is still to the 
left and it won't go to the center even if i select for it to be in the center 
position in the customize page, and 
when i select for it to be way at the right, it just moves a little bit to the 
right, not even past the center of the 
page. 

Original comment by sha...@shayummy.com on 1 Apr 2010 at 6:33

GoogleCodeExporter commented 9 years ago
I experience the same problem: even after pasting the CSS code, the header is 
aligned
to the left, regardless of the settings.
The CSS code solves only the vertical alignment of the header.

Original comment by beorthe...@gmail.com on 1 Apr 2010 at 7:12

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I had the same problem and found the following. I am not sure it will work in 
all
instances, but it worked for me with the default theme

Use a text editor (pico) to open up wp-content/themes/constructor/style.css.

Look for the lines

#header .logo {
            position:absolute;
            height:60%;
            text-transform: uppercase;
            margin:0 auto

This should be about line #137

Change the value “position:absolute;” to “position:relative;”  in that 
group.

Save the file.

It should now work for left, center, and right.  YMMV

Original comment by slackwar...@gmail.com on 10 Apr 2010 at 5:08

GoogleCodeExporter commented 9 years ago

Original comment by AntonShe...@gmail.com on 13 Apr 2010 at 1:53