Topic-icon Icons in same line....????

Active Subscriptions:

None
8 years 1 month ago - 8 years 1 month ago #57363 by matgan


Any idea why the icons not appear in same line? See the pictures please....

www.actors-studio.org/web/

Thanks again.
Last edit: 8 years 1 month ago by matgan.
The topic has been locked.
Support Specialist
8 years 1 month ago #57370 by mel
Replied by mel on topic Icons in same line....????
Your template is adding the following style which is causing the problem for the iframes.

theme.css at line 142
audio, canvas, iframe, img, svg, video
{
vertical-align: middle;
}
The topic has been locked.
Active Subscriptions:

None
8 years 1 month ago #57373 by matgan
Replied by matgan on topic Icons in same line....????
Thanks... No solutions?
The topic has been locked.
Support Specialist
8 years 1 month ago #57374 by mel
Replied by mel on topic Icons in same line....????
You can override that style and just target our stuff with something like the following:
.sourcecoast iframe {
vertical-align: baseline;
}
The topic has been locked.
Active Subscriptions:

None
8 years 1 month ago #57375 by matgan
Replied by matgan on topic Icons in same line....????
I add in theme.css the line:

.sourcecoast iframe {
vertical-align: baseline;
}


??????

No works...
The topic has been locked.
Support Specialist
8 years 1 month ago #57390 by alzander
Replied by alzander on topic Icons in same line....????
I don't see that style anywhere in this file:
www.actors-studio.org/web/templates/yoo_joy/css/theme.css

That's the only "theme.css" file I see loading on the page. Can you let me know what file you put that style in? That should have worked, but you may want to put it in the custom.css file in the same directory, which is meant for your own customizations.

Thanks,
Alex
The topic has been locked.