Missing collumns News Show PRO GK4

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
Thu Jun 24, 2010 10:07 am
Sometimes I get this problem when opening the mainscreen of the site. A refresh usually solves the problem.

Attached 2 images 1 with problem and one without. You can also see the element inspection screen from google chrome. I see a scroll2 class with a width of 100000px?!?
Could that be causing the problem? I use this module only with images now. In the article there is a "read more" code right below the image.

Thanks for your concern.

Perry

NB. Sorry i could not attach 2 images. I use the file for the second image.
User avatar
Fresh Boarder

GK User
Thu Jun 24, 2010 10:09 am
Here is the second image
User avatar
Fresh Boarder

teitbite
Thu Jun 24, 2010 1:07 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Sun Jul 04, 2010 7:45 pm
http://tinyurl.com/3xctssw

Thanks for looking at it.

Perry
User avatar
Fresh Boarder

GK User
Sun Jul 04, 2010 8:48 pm
Sorry, i can reproduce your problem. I see it right.

Anyway, i would change value #drawing div of or add this code to your template css file:

Code: Select all
#drawing {width:100%!important}


Cheers
User avatar
Platinum Boarder

GK User
Sun Jul 04, 2010 11:19 pm
You mean you can not reproduce?
The div#drawing is the background image of the whole site. Do you think it is important to add this declaration where the width is already set to 1400px.
Code: Select all
div#drawing {
   position: absolute;
   margin-left: auto;
   margin-right: auto;
   background-image: url(../images/kast.png);
   width: 1400px;
   height: 772px;
   top: 0px;
    left: 50%;
    margin-left: -700px;
   }


Something else I noticed is the "Class nps-art-page" right below the marked code line in my sample images is giving a width of 1661px with the problem and a width off 799px without. Do you know what makes this value?

Thanks again.

Perry
User avatar
Fresh Boarder

GK User
Mon Jul 05, 2010 12:20 am
final wrote:
You mean you can not reproduce?


What i mean is that i can't see the problem that you are referring.

The div#drawing is the background image of the whole site. Do you think it is important to add this declaration where the width is already set to 1400px.


Well, yes of course. For instance, i use 1366x768px resolution on my laptop. Since this div is used for background and you are adding 1400px width, see the result:



By setting to 100% naturally it adjust to any screen resolution.

One thing is the image size (and yes, this is good to have it with 1400px), but the other thing is the div wrapper.

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Jul 05, 2010 12:30 am
final wrote:
Something else I noticed is the "Class nps-art-page" right below the marked code line in my sample images is giving a width of 1661px with the problem and a width off 799px without. Do you know what makes this value?

Thanks again.

Perry


On firebug i see it with 800px:
User avatar
Platinum Boarder


cron