Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Author « Topic »  

PurplRose
Starting Member

USA
23 Posts

Pre-sales questions only
(More Details...)

Posted - 08/17/2020 :  21:18:23  
If anyone loves to fix css. Please check my site. As you can see the top is not lining upright.
https://www.acadianhouse.com/index.php.

Thanks

K

Vince
Administrator

42488 Posts

Posted - 08/18/2020 :  02:39:28  
Hi PurplRose
If you open the style sheet /style.css and go to line 52, that should be the style for .topsocial. Then change the height for that to 12px and things should look better. I have to say I'm more a programmer than a designer so others more style savvy may have better ideas.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

quadrant
Ecommerce Template Guru

United Kingdom
1102 Posts

Posted - 08/18/2020 :  06:30:26  
Hi,

Near the top of your page you look to have a rouge < next to <body> which is throwing things out of alignment.

Removing the < lines things up a bit better.

Then try changing the padding on:
#header .logo {
padding: 8px 0 9px;
}

Regards,
David

Edited by - quadrant on 08/18/2020 06:35:36

PurplRose
Starting Member

USA
23 Posts

Pre-sales questions only
(More Details...)

Posted - 08/18/2020 :  19:40:44  
Vince I did try .topsocial before posting. Did not fix it. Thanks for looking.

Quadrant. I see the extra < in the code on the index on line.
I do not see it on the template .dwt file or the index page either. Must be something in a style or or javascript that putting on the page. It has me baffled.

I will keep looking.

Maybe someone know the answder.

dbdave
ECT Moderator

USA
10292 Posts

Posted - 08/18/2020 :  20:23:38  
I see an error with your doctype declaration too.
Firefox has tons of great tools and when you view source of a page, you can see html errors in red.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


Doctype problems can wreak havok on the way your site displays.
https://www.w3schools.com/tags/tag_doctype.asp

Looking down the page, I see multiple open <a> tags not closed, and a few other stray tags not closed.
This will also cause all kinds of weird behavior.

Try firefox... right click, view source.

Thanks,
David

PurplRose
Starting Member

USA
23 Posts

Pre-sales questions only
(More Details...)

Posted - 08/20/2020 :  18:25:23  
I fixed the doctype. I found on the index.php where there was 2 </a> missing.

I think the extra :>" has to be in the one of the
<?php include "vsadmin/db_conn_open.php" ?>
<?php include "vsadmin/inc/languagefile.php" ?>
<?php include "vsadmin/includes.php" ?>
<?php include "vsadmin/inc/incfunctions.php" ?>

files.

Anyone has a clue?

Karen

Phil
ECT Moderator

United Kingdom
7625 Posts

Posted - 08/21/2020 :  08:04:30  
Hi Karen,
From what I'm seeing the extra > is just after the closing </head> tag

</head>
>
<body>

<div id="maincontainer">



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

PurplRose
Starting Member

USA
23 Posts

Pre-sales questions only
(More Details...)

Posted - 08/22/2020 :  10:23:47  
Phil, I see it too when viewing on the web. But I do not see it on the server until it gets viewed on a browser.

PurplRose
Starting Member

USA
23 Posts

Pre-sales questions only
(More Details...)

Posted - 08/22/2020 :  10:28:37  
I found the extra >
was in the <?php include "vsadmin/db_conn_open.php" ?>.

Thanks, everyone checking this out. I was afraid to make any changes to the vsadmin files but I need to get this fixed.

Now I can fix the css.

K
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000