Jump to content

[SOLVED] Problem with image slider on front page


sickshot

Recommended Posts

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 by sickshot (see edit history)
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...