MYSTORE Template problems

Feel free to talk about everything related to our Joomla Products
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
Wed Nov 03, 2010 12:59 pm
Hi to all!

I've a problem on the displaying some articles inside my website. The right part goes down as you can see in here: http://www.albanianews.it/marketing/ite ... a-adserver

Through Firebug I've seen the error. The div "gk-right" responsible for the right part is shown inside "gk-mainbody"

<div id="gk-container">
<div class="static clearfix">
<div style="width: 67%;" id="gk-mainbody">
<div style="width: 100%;" id="gk-main"></div>
<div style="width: 33%;" class="column" id="gk-right"></div>
</div>
</div>
</div>


Instead it should be like this (as you can see in here: http://www.albanianews.it/cultura/arte/ ... aj-firenze)

<div id="gk-container">
<div class="static clearfix">
<div style="width: 67%;" id="gk-mainbody">
<div style="width: 100%;" id="gk-main"></div>
</div>
<div style="width: 33%;" class="column" id="gk-right"></div>
</div>
</div>


How can I solve such a problem?

Thanks in advance
User avatar
Fresh Boarder

GK User
Wed Nov 03, 2010 4:03 pm
might want to add something like this until you get it right:


Code: Select all
#component_wrap
{
maximum-width:400px!important;
margin-bottom: 0px;

}



your pretty far out there on the custom side so it's hard to really tell what you've done to the divs, or even if your still dealing with the width arrays. Because it looks like your hard coding them with css.

PS you made a World News out of a Mystore :blink:
User avatar
Platinum Boarder

teitbite
Thu Nov 04, 2010 1:50 am
Hi

Please take a look at the validation result http://validator.w3.org/check?uri=http% ... ne&group=0

It's clear that somewhere some closing tag is missing. Please chect the articles on the propper code.
User avatar
Moderator


cron