inherit
61264
0
Sept 10, 2013 4:18:28 GMT -8
EmMie
Life is what you make it. Do nothing and nothing will happen.
1,327
October 2005
mie
|
Post by EmMie on Nov 14, 2013 9:20:07 GMT -8
My forum
If you click within my forum you will notice a three box table at the very top, and you will see that the two userbar images does not fit into each box. Can someone help me to adjust the box so that it fits to each graphic. If you look at the AOTM image it has a lot of space in it, but if the image fit to that box, the other userbar images wouldn't be overlapping eachother. Any help would be appreciated, thanks!
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Nov 14, 2013 9:54:51 GMT -8
Hey EmMie, For those two images that are breaking out of the box and giving you trouble, try adding a width to them. Head to the plugin settings and add style="width: 100%;" after the image's URL, for example: Adding this width to the two images that are breaking out should ensure they fit within the box. The first image that already fits doesn't need the code.
|
|
inherit
61264
0
Sept 10, 2013 4:18:28 GMT -8
EmMie
Life is what you make it. Do nothing and nothing will happen.
1,327
October 2005
mie
|
Post by EmMie on Nov 14, 2013 10:01:50 GMT -8
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Nov 14, 2013 10:05:31 GMT -8
Sweet
|
|
inherit
61264
0
Sept 10, 2013 4:18:28 GMT -8
EmMie
Life is what you make it. Do nothing and nothing will happen.
1,327
October 2005
mie
|
Post by EmMie on Nov 15, 2013 10:08:51 GMT -8
David Clark I have one more question. A member on my forum would like to know: Is this doable? Thanks!
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Nov 15, 2013 10:33:11 GMT -8
From what I can see the table does have classes and an ID, EmMie. Looks like the cells utilize ".the_table_main" as their class, the title bar sections use ".the_table_box_title", and the the very topmost title bar section uses an ID, "#the_table_title".
|
|
inherit
61264
0
Sept 10, 2013 4:18:28 GMT -8
EmMie
Life is what you make it. Do nothing and nothing will happen.
1,327
October 2005
mie
|
Post by EmMie on Nov 15, 2013 10:54:39 GMT -8
From what I can see the table does have a classes and an ID, EmMie. Looks like the cells utilize ".the_table_main" as their class, the title bar sections use ".the_table_box_title", and the the very topmost title bar section uses an ID, "#the_table_title". Great. How would I go about changing these settings so the table colors adjusts to each theme's colors?
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Nov 15, 2013 11:01:36 GMT -8
If you wanted it to use the theme's container background color, you could put this at the bottom of the style sheets of your themes.
.the_table_main, .the_table_box_title, #the_table_title, { background-color: @container_background_color_1 !important; }
|
|
inherit
61264
0
Sept 10, 2013 4:18:28 GMT -8
EmMie
Life is what you make it. Do nothing and nothing will happen.
1,327
October 2005
mie
|
Post by EmMie on Nov 15, 2013 11:13:45 GMT -8
That codes does the trick David Clark. One other question. What additional code would I need to use to get the theme's outside border color to be the border color for the table as well?
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Nov 15, 2013 11:45:48 GMT -8
For that, you can add the outer border color EmMie. .the_table_main, .the_table_box_title, #the_table_title, {background-color: @container_background_color_1 !important; border-color: @container_outer_border_color !important;}
|
|
inherit
61264
0
Sept 10, 2013 4:18:28 GMT -8
EmMie
Life is what you make it. Do nothing and nothing will happen.
1,327
October 2005
mie
|
Post by EmMie on Nov 15, 2013 20:33:24 GMT -8
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
Post by David Clark on Nov 16, 2013 10:21:57 GMT -8
Happy to help
|
|