Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Set different right sidebar width on each page (http://forum.bytesforall.com/showthread.php?t=20746)

swimflyfast2 Aug 8, 2013 08:16 PM

Set different right sidebar width on each page
 
Is there any way to change the right sidebar width so that on one page it is x width and on another a different width to accommodate the different widths of content?

Long distance swim site On this site I'd like the width of Right to be 150 and on the records page I'd like it to be 200.:confused:

Wordpress 3.6 Athualpa 3.7.12

juggledad Aug 9, 2013 03:38 AM

add to CSS inserts
HTML Code:

body.page-id-125 col.three {width:200px;}

swimflyfast2 Aug 9, 2013 07:30 AM

I'm in Atahualpa, col.three is not in there.
I think it should be the following but it does not work.

body.page-id-125 td#right-inner {
width: 100px;
!important;
}

body.page-id-125 td#right {
width: 200px;
!important;
}

juggledad Aug 9, 2013 07:34 AM

Typo, it's .colthree

swimflyfast2 Aug 9, 2013 08:14 AM

Thanks,
.colthree works great!

So it looks like Left=one right=Three the center column=two
I can't figure out left-inner or right-inner (need this)
I tried four five and six.

body.page-id-4 .colone {width:50px;!important;}
body.page-id-4 .colthree {width:200px;!important;}

juggledad Aug 9, 2013 08:50 AM

its
left = colone
left-inner = colone-inner
middle = coltwo
right-inner = colthree-inner
right = colthree

swimflyfast2 Aug 9, 2013 09:22 AM

THANKS! Wow! so much fun to be had now!


All times are GMT -6. The time now is 10:18 PM.

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