Topbar and Newsletter

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Jan 25, 2015 4:17 pm
Reply with quote
Report this post
Hello, dear support!

Please help me to settle up correctly two areas: banner topbar and newsletter.

1. Banner topbar. I've already read other topics about this and have the only question: what exactly is "disable using editor in user settings"? Could you please clarify, write a joomla directory may be? And should it disabled forever or just while I'm editing the module?

2. Newsletter. I put "Follow" word on the "Join" button what caused the button displacement (as on the screenshot). How can I put it in the row, might be by width editing or something?

shot2501.png


Thank you for your help in advance!
The website: http://gembiland.com/

Pavel F.
User avatar
Junior Boarder

teitbite
Mon Jan 26, 2015 7:01 pm
Reply with quote
Report this post
Hi

1. This means that some code has to be edited in pure HTML without using an editor. To disable editor go to User Manager, select Your user and under the option for editor selection choose "None".

2. Please add this code to override.css, remember that override needs to be enabled in template settings:

Code: Select all
.gk-newsletter input[type="email"] {
    width: 65%;
}
User avatar
Moderator

GK User
Wed Jan 28, 2015 2:56 pm
Reply with quote
Report this post
Thank you very much, custom css works perfect and pure html as well!
User avatar
Junior Boarder


cron