Positioning of article title and text

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Feb 25, 2011 5:51 pm
Hi

please see the attached screenshot.

Howe do I get the intro text for each article to start on a line below the article title? As you can see, the intro text currently starts immediately after the title.

I'm sure I'm missing something obvious in the module config but can't seem to figure out what.
Thanks

screen1.gif
User avatar
Senior Boarder

Konrad M
Mon Feb 28, 2011 6:09 am
Hi
Can You give us url to Your site ? :)
User avatar

GK User
Mon Feb 28, 2011 9:29 am
User avatar
Senior Boarder

Konrad M
Mon Feb 28, 2011 9:39 am
Hi,
Add to override.css
Code: Select all
.nsp_art p.nsp_text {
float:left;
width:70%;
}

and remember to enable it :)
User avatar

GK User
Mon Feb 28, 2011 1:38 pm
thanks alot - displays fine now.
User avatar
Senior Boarder

Konrad M
Mon Feb 28, 2011 1:40 pm
I glad I helped :)
User avatar

GK User
Wed Mar 09, 2011 10:08 pm
Hello,

I'm having the same issue but can't find the override.css. Will you please tell me where it is?

Kind regards,
Steve
Image
User avatar
Fresh Boarder

Konrad M
Thu Mar 10, 2011 6:35 am
Hi,

steve9090 what template do you use?
User avatar

GK User
Thu Mar 10, 2011 7:14 am
I found a simple css solution that works fine for me on left or right floats without overrides:

just go to style.css and add this

Code: Select all
.nsp_art h4.nsp_header{float:none;}


and you are done.

BTW gk4 news pro ROCKS !!!
User avatar
Fresh Boarder

Konrad M
Thu Mar 10, 2011 7:18 am
Great. The simplest solutions are the best!
User avatar

GK User
Thu Mar 10, 2011 1:44 pm
Hi Konrad,

I'm using a handmade template.

And Diinekis that didn't seem to work for me. Maybe I'm not placing it in the right place.

If a make the title as long as the module space then everything is okay (as in the second one in the image below). If the title is shorter than the text wraps around it (first one).

Thanks for everyones help.

new image
http://www.screencast.com/users/chris74 ... d837dcb787

[attachment:1]C:fakepath2011-03-10_0738.png[/attachment]
User avatar
Fresh Boarder

GK User
Fri Mar 11, 2011 8:18 am
My solution works great for me in handmade templates.

Just give image, header and text left float in module parameters
Order: image, header, text

Anyway without a live link is very difficult to give you a hint
User avatar
Fresh Boarder

Konrad M
Fri Mar 11, 2011 8:52 am
Hi
Diinekis has right. Without url is hard to give you a solution :)
User avatar

GK User
Sat Mar 12, 2011 6:23 pm
Hi,

Diinekis - you where right. Style.css was assigned to apache and I didn't notice it. Your code worked perfectly when I corrected that.

Thank you. Also, you too Konrad.

Kind regards,
Steve
User avatar
Fresh Boarder

GK User
Wed Mar 23, 2011 3:19 pm
I always do this little fix in gk news pro module.
I think that it will be useful to be included in the next update.

Thanks
User avatar
Fresh Boarder


cron