ahoehn1001 Posted July 14, 2013 Share Posted July 14, 2013 Customer asked me to make all items available on the main page so I went into the admin and was going to when I noticed that the header logo is once again down into the body. I did not change any of the settings, he swears he didn't change any of the settings. I looked and as far as I can tell all the code is still correct from the last time we fixed this issue. Not sure what to do Link to comment Share on other sites More sharing options...
El Patron Posted July 14, 2013 Share Posted July 14, 2013 for best results you should post the url...you can delete it later if you don't want the reference Link to comment Share on other sites More sharing options...
ahoehn1001 Posted July 15, 2013 Author Share Posted July 15, 2013 www.protectsurface.com/surface_store Link to comment Share on other sites More sharing options...
tdr170 Posted July 15, 2013 Share Posted July 15, 2013 Turn off CCC in the performance tab so we can look at the css files, something here is very odd. It looks as though someone has possibly played with the hooks and has things where they don't belong. Probably should go through the modules and reset all the ones you have installed. Link to comment Share on other sites More sharing options...
tuk66 Posted July 15, 2013 Share Posted July 15, 2013 Start with removing "position" style under #header_logo. Link to comment Share on other sites More sharing options...
vekia Posted July 15, 2013 Share Posted July 15, 2013 that's right change the: #header_logo { position: absolute; top: 30px; z-index: 1; } to: #header_logo { top: 30px; z-index: 1; } effect: Link to comment Share on other sites More sharing options...
ahoehn1001 Posted July 15, 2013 Author Share Posted July 15, 2013 What is the location of the file that I need to edit? Link to comment Share on other sites More sharing options...
vekia Posted July 15, 2013 Share Posted July 15, 2013 its a global.css file located in your theme directory. You have to edit css styles mentioned in my post #6 here Link to comment Share on other sites More sharing options...
ahoehn1001 Posted July 15, 2013 Author Share Posted July 15, 2013 Ok it is at top now but there is way too much space. The top menu is working again since I reset it as per tdr170's advice so I checked the superfish-modified.css file and the code there is how I want it at .sf-contener { clear: both; margin-top: 120px; Which is where I was told to fix the issue last time. Now what? I'm sorry i'm so new to this, thank you for stepping me through it! Link to comment Share on other sites More sharing options...
vekia Posted July 15, 2013 Share Posted July 15, 2013 now remove the margin-top:120px; it will work well Link to comment Share on other sites More sharing options...
ahoehn1001 Posted July 15, 2013 Author Share Posted July 15, 2013 Looks good, thanks Link to comment Share on other sites More sharing options...
tdr170 Posted July 15, 2013 Share Posted July 15, 2013 (edited) Edited Edited July 15, 2013 by tdr170 (see edit history) Link to comment Share on other sites More sharing options...
ahoehn1001 Posted July 15, 2013 Author Share Posted July 15, 2013 Yeah I noticed that when I was initially looking at the source of the issue, however I did not change anything with the code except for the changes that have been given to me to fix the issues. I installed version 1.5.4 through the hosting site and did the one click update recently when all these issues started. Link to comment Share on other sites More sharing options...
tdr170 Posted July 15, 2013 Share Posted July 15, 2013 No worries I did a little testing on a 1.5.4 test site and it is normal with CCC enabled, my site does the same with CCC on, without it then it shows the <page> tag. (still learn more all the time) Link to comment Share on other sites More sharing options...
Recommended Posts