Post by jacky14823 » Thu Aug 27, 2009 3:21 am

the tables doesnt match. How can i fix this problem.
Which file should I edit?

thanks in advance!

Attachments

Untitled-1.jpg

Untitled-1.jpg (44.6 KiB) Viewed 1087 times


Newbie

Posts

Joined
Tue Aug 25, 2009 2:37 am

Post by CodeBits » Thu Aug 27, 2009 3:26 am

These are not tables there div's
Look in your catalog\view\theme\default\template\account\login.tpl

What version are you using?
And what screen resolution are you viewing it in?

User avatar
Active Member

Posts

Joined
Fri Jun 05, 2009 3:16 am

Post by jacky14823 » Thu Aug 27, 2009 4:31 am

i am using the latest version, 1.3.2

my resolution is 1280 X 800

my theme is the electronic shop one.

Newbie

Posts

Joined
Tue Aug 25, 2009 2:37 am

Post by CodeBits » Thu Aug 27, 2009 10:42 am

At that screen resolution seams strange these div's would be overlapping.
Just change the width of each div to percentages instead of fix pixels.

Code: Select all

<div style="float: left; display: inline-block; width: 45%;">

Code: Select all

<div style="float: right; display: inline-block; width: 45%;">
That should do it ;)

User avatar
Active Member

Posts

Joined
Fri Jun 05, 2009 3:16 am
Who is online

Users browsing this forum: No registered users and 12 guests