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 »  

noveltytrophies
Advanced Member

USA
121 Posts

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

Posted - 12/21/2017 :  09:07:29  
Hello. I still cannot get my site to refer to the new template for the responsive design. There is not an original template for me to overwrite. I have defined the site in dreamweaver. Several of the index changes have shown on the site, but the file that makes the products line up top to bottom on a cell phone is not happening.

Becky Whipp

noveltytrophies
Advanced Member

USA
121 Posts

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

Posted - 12/21/2017 :  09:09:01  
I see that the site is still refering to the original "stylesheet" should there be an updated "stylesheet in my zzz folder


Becky Whipp

1818charlie
ECT Moderator

United Kingdom
1194 Posts

Posted - 12/21/2017 :  09:31:28  
In your html the reference is showing as ../zzz Getting rid of the .. in the browser shows me the css file content so editing your site pages to /zzz/css should do the trick

<link rel="stylesheet" type="text/css" href="../zzz/css/ectcart.css" />
<link href="../zzz/css/ectstyle.css" rel="stylesheet" type="text/css" />
<link href="../zzz/style.css" rel="stylesheet" type="text/css" />
<link href="../zzz/css/nav_styles.css" rel="stylesheet" type="text/css" />

Visiting view-source:http://noveltytrophies.com/zzz/css/style.css shows the css file content, the first few lines are below


/* ~~ This the css file for the Responsive Design of Virtual Lifestyle from Ecommerce Templates.
The first section correponds to the maximum width version of 980 pixels ~~ */

@charset "utf-8";
body {
font: 100%/1.5 Arial, serif;
background: #eee;
margin: 0;
padding:0;
color: #000;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
border: none;
}



Steve

Bolton, Lancashire, United Kingdom.

Using ECT PHP versions since 2004

Edited by - 1818charlie on 12/21/2017 09:36:21
  « 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