Jump to content

broken theme since upgrade


Recommended Posts

I upgraded to 5.5 last night and now I can't understand why the search box and my logo are displaced. The theme is default and unmodified, in fact I deleted the original default theme and uploaded the one in the upgraded zip file.

I have attached a picture of what has happened

here is my website

http://www.naturescents.co.uk

I have checked global.css and can't see what the problem is, and to be honest if the theme is unmodified and I have simply upgraded there should be no issues.

post-172076-0-30845000-1377884772_thumb.jpg

Link to comment
Share on other sites

to sf-contener add margin-top param:

.sf-contener {
clear: both;
margin-top:100px;
}

 

 

to #header_user add this:

#header_right #header_user {
clear: both;
float: right;
margin-top: 8px;
position: absolute;
right: 0px;
top: 30px;
}

 

effect:

RNWWipj.png

Link to comment
Share on other sites

×
×
  • Create New...