Joomla Template width


Author Message
Dennis

Posted: 1/10/2016
Quote message 

Hello,

I created a new Joomla Template with Artisteer 4.3.0
But the size for the Content is wrong. I set the width for the whole page to 80% and for the menus on the left an right 20%

What am I doing wrong?

This is how it look like:
https://www.dropbox.com/s/ubciyel40cov4ys/screenshot.png?dl=0

Thanks for your help. I hope that all needed information is in this topic

best regards

Dennis
 
James G.

Posted: 1/10/2016
Quote message 

Hey Dennis,

Verify that your sheet is 80% and sidebars are 20% with a developer tool. Like in chrome or firefox.
url would be helpful.
 
James G.

Posted: 1/10/2016
Quote message 

Is this an old template that is being updated?
Also, try exporting to position-1, position-15 etc.
Not that I've had any issue with top, user-1 user-3 etc.
 
Dennis

Posted: 1/11/2016
Quote message 

yes URL would be helpful thats right :D

http://www.ekiabgo.de

This is the template:

https://www.dropbox.com/s/1qz3xl1pybps9i1/2015_Standard.artx?dl=0
 
James G.

Posted: 1/11/2016
Quote message 

Hey Dennis,

I can't reproduce the problem. Also, your domain won't load right now.
Are you using a cms?

https://drive.google.com/file/d/0B-n77YpTPCd2dkptUGs4ZDVhbDg/view?usp=sharing
 
James G.

Posted: 1/11/2016
Quote message 

I see your using joomla. Once the site comes back online I'll take a look.
I'll try the template in a joomla install.
 
James G.

Posted: 1/11/2016
Quote message 

In the template css file around line 831 remove width:100%


.dk-content-layout
{
display: table;
width: 100%; <-----------------------------remove this line.
table-layout: fixed;
}
 
James G.

Posted: 1/11/2016
Quote message 

This is only a temporary fix. I'm thinking it's something with in one of your articles.
 
James G.

Posted: 1/11/2016
Quote message 

Hey Dennis,

Here is your problem.
Below the last block located in the right sidebar you have some sort of popover which is causing problems with the layout. remove or turn the plugin off. It looks like it is only on this page.

https://drive.google.com/file/d/0B-n77YpTPCd2NVpVblNZNE5UeVk/view?usp=sharing

 
Dennis

Posted: 1/16/2016
Quote message 

Yes it looks like the plugin "Losungen" is not working correctly. When I switch it off it works fine :)

Thanks for your help.