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
Forum Search
Google Site Search
Author « Topic »  

skysadlo1
Starting Member

USA
26 Posts

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

Posted - 02/11/2022 :  07:15:33  
I am struggling with some layout challenges, first I set-up a table through CKEditor and it has put a 3d type order around the outside of the table. How do I remove that 3d white type outside boarder?

Second, I have two pages both driven by same CSS but one aligns centered on the screen the other does not. along with that the logo is the correct size on one page but smaller on the other. Lastly, the products do not align with everything else how can I get everything aligned? This is most visible when viewing on a mobile device.

I have attached a link to show what I am talking about for all the issues.

https://alansart.com/layoutchallanges.png

THANK YOU for all the helP!!

Vince
Administrator

42874 Posts

Posted - 02/11/2022 :  08:40:21  
Hi there
Could you possibly post the actual URL which has the table? It's easier sometimes that way as then we can use the browser object inspector to see what classes are affecting the object, and try different remedies.

Vince

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

skysadlo1
Starting Member

USA
26 Posts

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

Posted - 02/11/2022 :  08:56:16  
Here is the link to one of the tables it is happening on a few pages in addition to this one.
https://alansart.com/RBPApps.php

Thank!

skysadlo1
Starting Member

USA
26 Posts

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

Posted - 02/11/2022 :  08:58:00  
Oops here is the product centering issue.

https://alansart.com/products.php?cat=12

https://alansart.com/products.php?cat=13

Thanks!

Vince
Administrator

42874 Posts

Posted - 02/12/2022 :  08:13:36  
Hi there
It looks like you are defining the table with a border of "3" like this...

<!-- #BeginEditable "body" -->
<table class="tbl" style="width: 90%" cellspacing="2" cellpadding="2" border="3" align="center">
.....
</table>

If that were changed to zero then the border would go away...

<table class="tbl" style="width: 90%" cellspacing="2" cellpadding="2" border="0" align="center">

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000