fizzer Posted August 30, 2013 Share Posted August 30, 2013 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. Link to comment Share on other sites More sharing options...
vekia Posted August 31, 2013 Share Posted August 31, 2013 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: Link to comment Share on other sites More sharing options...
fizzer Posted August 31, 2013 Author Share Posted August 31, 2013 Brilliant, that worked a treat thank you so much Link to comment Share on other sites More sharing options...
manolohpm Posted September 2, 2013 Share Posted September 2, 2013 Hi. Which file should be modified? global.css in the default theme folder? Thank you. Manolo. Link to comment Share on other sites More sharing options...
tuk66 Posted September 2, 2013 Share Posted September 2, 2013 Search /modules/blocktopmenu/css/superfish-modified.css for .sf-contener and /modules/blockuserinfo/blockuserinfo.css for #header_right #header_user Link to comment Share on other sites More sharing options...
manolohpm Posted September 2, 2013 Share Posted September 2, 2013 (edited) Great. Thanks! Added: And to move the block with "Contact-Site map-Favorites and language flag", which part of blocklanguages should I modify. Regards. Manolo. Edited September 2, 2013 by manolohpm (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts