Tobias Ehlig
Member
Posted 1 year ago #
Hi,
I use the shoutbox plugin called Schreikasten on my 3.1-site with the theme Magazeen. The shoutbox' width don't fit into the sidebar-box. How can I code this to fit?
Problem is shown here: http://img263.imageshack.us/f/skrmbillede20110315kl20.png/
and can also be seen here:
http://agffan.dk/
/Tobias
Add these rules to your CSS file:
li.widget_sk div, li.widget_sk div
{
margin-left: 10px !important;
margin-right: 10px !important;
}
li.widget_sk table {
padding-left: 20px !important;
padding-right: 20px !important;
}
Tell me if this works.
Tobias Ehlig
Member
Posted 1 year ago #
Thanks mate! Works perfectly! :-D
Another quick question. Is it posible to make url's open in a new window?
You are welcome.
SK uses filters to format comments. Search for a plugin that add the filter you require and SK comments would be formated too.
Also I suggest to add something like ?ver=1 after the style.css call in your style, to force the browsers to reload the css file if it's in cache already.
Tobias Ehlig
Member
Posted 1 year ago #
Thanks - I will try that!
Tobias Ehlig
Member
Posted 4 months ago #
Dear sebaxtian,
After having updated your plugin the before mentioned lines to be added to the CSS file does not work anymore.
Do you have any idea how I can make it work again?
http://agffan.dk/
Thank you!
Tobias Ehlig
Member
Posted 4 months ago #