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 »  

skysadlo1
Starting Member

USA
26 Posts

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

Posted - 08/25/2020 :  08:37:15  
I have a menu bar at the bottom of each of my pages and I use text to determine each link. Problem is there is no space in between each selection. How can I add space in between each?

dbdave
ECT Moderator

USA
10289 Posts

Posted - 08/25/2020 :  09:15:03  
Hi, it sounds like some css margin or padding would do the trick, but if you post a link, we can take a look and probably offer an exact solution.
If you don't want to post a link here (search engines will pick it up fast here) you can put a link in your profile and let us know.
Thanks,
David

skysadlo1
Starting Member

USA
26 Posts

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

Posted - 08/29/2020 :  06:52:11  
Here is the link. the menu bar I'm trying to repair is at the bottom of the page.

Thanks!!

http://alansart.com/new.php

dbdave
ECT Moderator

USA
10289 Posts

Posted - 08/29/2020 :  08:16:55  
Hi, I see you have that menu wrapped in a span <span> tag and that is not really proper use of the span tag. https://www.w3schools.com/tags/tag_span.asp

What you should do is change the span tag to a div <div> tag there.
Where you have <span class="footer1">, change that to <div class="footer1">, then the closing </span> tag, change to </div>


To add some space between the links there, you can just add the following to your style.css file
ul.ectmenu1 li{
padding-left:10px
}

Thanks,
David

Edited by - dbdave on 08/29/2020 08:17:50
  « 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