Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] aligning slideshow gallery within custom widget area (http://forum.bytesforall.com/showthread.php?t=5026)

rinoa3108 Dec 27, 2009 06:43 PM

[SOLVED] aligning slideshow gallery within custom widget area
 
Hello,
I have created 2 widget areas in the header. One is an image and the other is a slideshow gallery. The gallery in the second widget area needs to be aligned closer to the image in the 1st widget area, and aligned with the text box at the bottom of it. do i need to define a width for the 2nd widget area? how should i go about it?

here us the site:
www.bigmamas.com.au

many thanks in advance.

juggledad Dec 29, 2009 02:10 PM

The problem is with your slide show. Add this to your CSS Inserts
HTML Code:

div#slideshow-2 {
border: solid 1px #000000;
}

this shows you the area defined for the slideshow, but you see how it is shifted to the right. You can give a negative margin, change the CSS to
HTML Code:

div#slideshow-2 {
margin-left:-20px;
border: solid 1px #000000;
}

and play with it.

You should see if there is a parameter with NGG to remove it's margin - might want to look in it's CSS

rinoa3108 Dec 29, 2009 07:46 PM

the negative margin worked, but the border goes around the outside of the gallery. ill leave it there on the site so you can see.

juggledad Dec 30, 2009 03:46 AM

oh, sorry I knew it would dtill show, I was using that so you could see the area that that element took up. I should have said remove the border when you get it placed correctly. It was meant to be a guide.
But I see you have it removed and looking good.


All times are GMT -6. The time now is 03:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.