inherit
(??_?)
181912
RIP RIP RIP Almost RIP - Why does this social section still exist?
0
1
Jul 6, 2015 20:35:17 GMT -8
CheatAreZee
56,804
March 2005
zyvoloski
Ricky's Mini-Profile
|
Post by CheatAreZee on Mar 28, 2014 14:07:40 GMT -8
Hi TinMachine, I would recommend checking out the support topic for the theme found here, as it looks like this was brought to the attention of the theme author there
|
|
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 Mar 28, 2014 15:05:22 GMT -8
Hey TinMachine, you should be able to go to your stylesheet for that theme and scroll down to line 125 where you'll see this: #wrapper { width: @wrapper_width; margin: 0 auto; overflow-x: hidden; }
Change the bolded text to "visible" and save it.
|
|
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 Mar 30, 2014 13:43:44 GMT -8
Looks like the background images the author has added are of a certain width, and the dialog box doesn't meet that width.
One option might be to use images that are designed to fit, and another could be to apply a larger fixed width to the Participated dialog box (which might have some unforeseen side effects, since I haven't really tested it).
|
|
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 Mar 30, 2014 14:04:30 GMT -8
Looks like it's being overwritten by some CSS at the very bottom of the style sheet, TinMachine - on line 1625 the wrapper's background color is set. Remove that and your image will work.
|
|
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 Mar 30, 2014 14:25:38 GMT -8
Oh, you have the plugin that allows users to select their own backgrounds, and it's applying a background-image: none; as the default, overwriting what you have set. I'm not positive, but I'm pretty sure an update was released for that plugin that takes care of that problem.
|
|
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 Mar 30, 2014 14:33:48 GMT -8
|
|