|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Major grins
|
Width issues (Slideshow & Galleries page)
I installed John's HTML5 slideshow yesterday & it appears to work properly on both my Windows based PC & iPad. However, the center sections on both my slideshow & galleries page no longer have the previously installed margins.
The center section of my site is solid white & the background pattern is separated with two vertical blue lines. I've tried adjusting the margins for the slideshow, but have been unsuccessful & am now seeking advice on how to correct this issue. Photos are below - Thanks!!!SLIDESHOW ![]() GALLERIES
|
|
|
|
|
#2
|
|
|
Smug Hero
|
You have these two portions in your CSS:
Code:
.galleries #homepage {
margin-left: auto;
margin-right: auto;
width: 750px;
}
Code:
#homepage {
margin-left: 15px;
margin-right: 15px;
width: auto;
}
Code:
#homepage {
width: 985px;
margin: 0 auto;
}
|
|
|
|
|
#3
|
|
|
Major grins
|
Thank You Eric!!!
Any idea why on the iPad, the background is absent? The blue lines are visible, but not the background. Thanks again!
|
|
|
|
|
#4
|
|
|
Smug Hero
|
It looks like it is showing here. I had to look in portrait and swipe up so I could see the bottom of the page. But it is showing there. It looks like the iPad is trying to fit the page content and is using that as the left/right width. So it's not leaving space to show the background there.
|
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Galleries aren't showing up on separate Gallery page, and slideshow wont go away. | unrlmth | SmugMug Customization | 12 | Dec-29-2011 10:58 AM | |
| slideshow in galleries page, below thumbnails | ASF | SmugMug Customization | 0 | Nov-19-2010 07:35 AM | |
| Removing slideshow from galleries page | JonasWright | SmugMug Customization | 1 | May-10-2010 10:15 PM | |
| tweak help please | ChancyRat | SmugMug Customization | 58 | Jun-19-2009 12:18 PM | |
| Problem with biobox slideshow and galleries page | tjsky | SmugMug Customization | 2 | Jul-07-2008 02:43 PM | |
| Thread Tools | |
| Display Modes | |
|
|