Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Image slider on home page hiding behind side menu. WordPress

  • SOLVED

My website is www.joshnaylor.com.au. It has been built with the theme ANAN - http://themeforest.net/item/anan-for-photography-creative-portfolio/174507.

For login or ftp details, please contact me.

The sidebar menu on my site has been enabled to remain static (not hide) on the site. However, as you can see on the live preview, the main images sit behind the menu. I want to make the background featured photo sit next to and alongside the side menu without hiding behind it when the screen changes size. I dont want this photo to change size all the time. I want it to stay fixed in place next to, not behind the menu.

Can someone do this for me? I need to have this done within 48hours.

Cheers,

Kate

Answers (3)

2011-12-01

Romel Apuya answers:

Hi kate,

Id be glad to work on this.
can you provide me login details


cheers.

romel


Romel Apuya comments:

working now.


Romel Apuya comments:

please check.

2011-12-02

Jhona_ville answers:

Please advise. If this has been resolved. I would like to try fixing the issue.


Jhona_ville comments:

hi,

i'll start working on it.

J


Jhona_ville comments:

hi,

kindly check your site. i already fixed it, disabled the coming soon page for you to check the changes i have made. please let me know if it has been resolved. thanks

J


Jhona_ville comments:

hi,

i enabled the coming soon page. but i already fixed what you have requested and kindly check it abd let me know your feedback.

J


Jhona_ville comments:

Hi,

I already solved this problem. What I did is, I add this code on your style.css, for you to easily edit it in the editor's theme found in the admin without connecting to FTP. You may look for the code's:

#supersized a.prevslide
{
left:321px;
}

#supersized a.activeslide
{
left:321px;
}


thanks..

2011-12-03

Jatin Soni answers:

go to your theme folder (Anan) and into css folder find supersized.css

If you have not modified anything than you will find code on line#16 id is #supersized

#supersized {
height: 100%;
overflow: hidden;
position: fixed;
right: 0; /* This parameter has changed from 'left' to 'right' */
top: 0;
width: 70%; /* set your width as per need */
z-index: -999;
}