sickshot Posted September 15, 2013 Share Posted September 15, 2013 (edited) I have transplanted image slider to the TOP OF PAGES hook but all the left and right blocks gone under this image slider and are sticking to header... its PS 1.5.5 heres link: http://mindstream.ge/index.php any ideas on how to fix it? thanks Edited September 18, 2013 by sickshot (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted September 15, 2013 Share Posted September 15, 2013 can you open up your shop, as it is in maintenance mode. or add my ip address to your maintenance ip: 171.98.5.204 thx, pascal Link to comment Share on other sites More sharing options...
sickshot Posted September 15, 2013 Author Share Posted September 15, 2013 oh I forgot to enable shop... now its online Link to comment Share on other sites More sharing options...
PascalVG Posted September 15, 2013 Share Posted September 15, 2013 Probably easiest is to change themes/default/css.global.css (line 43) #columns { z-index: 1; top: 520px; <-- change to this value } Hope this helps, pascal Link to comment Share on other sites More sharing options...
PascalVG Posted September 15, 2013 Share Posted September 15, 2013 Oops no, other pages don't have this slider of course... One moment! Link to comment Share on other sites More sharing options...
sickshot Posted September 15, 2013 Author Share Posted September 15, 2013 (edited) yes thats the main problem , that other pages dont have this slider. I already tried to add margin bottom to header and failed with inner pages with this method... worst thing is that I have already did this with another project year ago, but now I searched everywhere and couldn't get a clue how I didi it http://avenue.ge/index.php?id_lang=1 - here it is... Edited September 15, 2013 by sickshot (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted September 15, 2013 Share Posted September 15, 2013 OK, try the following: Edit file themes/default/css.global.css Add the following code in total: (So don't just change any , as I said in post#4 ) #index #columns { z-index: 1; top: 520px; } This will change the #columns class ONLY on the index page. (So keep the old code below separately as well! This will be used on all other pages) #columns { z-index: 1; } Hope this does the trick, pascal Link to comment Share on other sites More sharing options...
sickshot Posted September 15, 2013 Author Share Posted September 15, 2013 well it solves the first problem, but now I blocks are over the footer Link to comment Share on other sites More sharing options...
PascalVG Posted September 16, 2013 Share Posted September 16, 2013 I'm getting too old for this.... ;-) change into margin-top: 520px; Hope that REALLY does the trick... pascal 1 Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 solved? website is still under maintenance mode Link to comment Share on other sites More sharing options...
sickshot Posted September 18, 2013 Author Share Posted September 18, 2013 (edited) Yes, this issue was solved Thanks a lot for your support! Edited September 18, 2013 by sickshot (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now