Problem with the alignment of the cells

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Wed Mar 13, 2013 11:31 am
I'm trying to put some text and images into a table and when I see the result into the web browser, allways is misplaced. The image is allways up and the rest of the content is down.
I have tested with other templates and it works ok. But when I change again to yourshop template, again the same result.
I need some help because I need to show many information into tables.
I attach two images, one with the desing and other with the result.

Many thanks.
User avatar
Fresh Boarder

Konrad M
Wed Mar 13, 2013 11:43 am
Hi,
can you give us url to page with your issue? It will be much easier to help you.
User avatar

GK User
Wed Mar 13, 2013 12:16 pm
Konrad M wrote:Hi,
can you give us url to page with your issue? It will be much easier to help you.


Hello. Thanks for your interest.
I give you the url of one page were I am working. The website is not published yet.

http://www.a-kroll.com/jupgrade/index.php/spa-y-jacuzzi

Look under the text, you will see the images on the left and the text on the right is always under the line of the image. I have tried all kind of alignment of the cells, but it is impossible to change it.

Regards.
User avatar
Fresh Boarder

Konrad M
Wed Mar 13, 2013 12:20 pm
Please try add to override.css
Code: Select all
.item-page td {
vertical-align:middle !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Mar 13, 2013 1:33 pm
Hello Konrad.

It works!!! Many thanks for your help.

Can you explain me why occur this thing? It is the first time that this happens to me. In all the other templates, the tables are shown like my design.

B. Regards.
User avatar
Fresh Boarder

Konrad M
Wed Mar 13, 2013 1:38 pm
You are using Eric Mayers CSS to reset css rules in diffrent browsers. And if you are using it you are setting vertical align option to baseline for table cell.
User avatar

GK User
Wed Mar 13, 2013 2:10 pm
Ok. Thanks again for your reply.
I must to study more about css rules.

B. Regards.
User avatar
Fresh Boarder


cron