Issues with News Show Pro and Module Position

May 2014 Joomla Template
GK User
Fri Jun 12, 2015 3:06 pm
Hello there!

I am trying to get my News Show Pro module to display as it does on the demo. However, my articles start to display in a vertical column as opposed to a horizontal row. See: http://sustainability.famu.edu/

Any ideas on how to fix this?

Also, I'd like to get the module position "header right" to display in the center. Do I have to remove "header left" for this to work?
User avatar
Fresh Boarder

GK User
Mon Jun 15, 2015 12:20 pm
Any help here please?
User avatar
Fresh Boarder

teitbite
Thu Jun 18, 2015 9:29 am
Hi

Detailed settings for NSP module for header_right module position here: https://www.gavick.com/documentation/jo ... university

To center it You need to add a code like this to override.css

Code: Select all
#gkHeaderRight {
    margin-right: -500px;
    max-width: 1000px;
    right: 50%;
}


width can be set as You wish, but than negative margin value has to be a half of this max-width.
User avatar
Moderator

GK User
Thu Jun 18, 2015 5:17 pm
Thank you for the long awaited response! It looks much better now. However, I have a couple of other issues.

1. Latest Events on homepage...how do I get this module to display the whole title of the event? All of them are cut off.
2. My article fields have the body background in them. How do I remove this? Screenshot attached.
scrn.jpg
User avatar
Fresh Boarder

teitbite
Fri Jun 19, 2015 3:22 pm
Hi

1. This has been answered here: https://www.gavick.com/forums/universit ... 76#p233376

2. In TinyMCE settings You can change the style to use a default style.
User avatar
Moderator


cron