width/horizontal size of news show pro or image show

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
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
Tue Nov 18, 2014 2:31 am
I know this article was discussed before but all solutions I found - especially override.css:
(may be I can't find 'enable override' in advanced template settings - see attachment 1)

# Steak House - Joomla! template
* Here you can include your override CSS styles */

.gkIsWrapper-gk_bikestore {
margin: 0 auto !important;
max-width: 600px;
}

but it does not work out for me using gk-steakhouse quickstart ?

What I want is to limit the width/horizontal size to the width of the maninbody - see 2nd attachment between the 2 red lines
User avatar
Expert Boarder

GK User
Wed Nov 19, 2014 9:43 pm
Hello,

Instead of the css/override.css file you can use the Custom CSS code field and put there your overriding CSS code.
User avatar
Administrator

GK User
Wed Nov 19, 2014 11:41 pm
can i us this?:

gkIsWrapper-gk_bikestore {
margin: 0 auto;
max-width: 1200px;
}
and change max width to the value of my main content?

And: is it bikestore? as I use steakhouse quickstart template?
I found bikestore when 'inspect element / and source code' in the demo
User avatar
Expert Boarder

GK User
Thu Nov 20, 2014 12:05 pm
But why you are trying to use the Image Show module CSS code, where you need to shrink the area of the NSP GK5 module?
User avatar
Administrator

GK User
Thu Nov 20, 2014 3:56 pm
sorry - i mixed up both, cause first I tried image show, but it seemed that the source images were too small for it and became unsharp.

I assume, the procedure for either image show and news show pro are the same (override css code) but of course by using the right css code.

Can you give me a hint which are the right for both?
I am a bit confused when I tried to search the forum and inspect the source codes of my site..
User avatar
Expert Boarder

GK User
Thu Nov 20, 2014 6:49 pm
Did you tried to use the CSS code for the box class?

Code: Select all
.box {
margin: 0 auto;
max-width: 1200px;
}
User avatar
Administrator


cron