Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 1323
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


Installation errors? Mod incompatibilities? Upgrade problems? Make your way over to the Install and Upgrade Support board for all your solutions!

Shoutbox - How to adjust the writing area?

Started by ysNoi, January 07, 2011, 02:21:38 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ysNoi

Hi...

Is there a way how to adjust the writing area of the SP Shoutbox?

I want to adjust the size of it more higher than the original height...

TYIA...


AngelinaBelle

You want it to be 2 lines high instead of 1 line? Something like that?

This can be controlled in CSS. You can see this by looking at the HTML for this page.  This shoutbox input has class="shoutbox_input..., and you can change the width for that in porta.lcss, which is found in the theme's css folder.
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

ysNoi

Yes.. That's what I want...

Thanks for the reply AngelinaBelle...

However, changing the width: 65% to width: 90% in portal.css for example increases the width but not the height which I am looking for.

Can I make it this way?

}
input.shoutbox_input
{
   width: 70%;
        height: 10px;
}


AngelinaBelle

You should experiment and see what setting you like.
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?