Quote:
Originally Posted by neonrider
Where in the altskin.css exactly do you add those lines?
|
Well, let it be the bottom of the file.
Quote:
Originally Posted by neonrider
Did you notice the earlier post of Ilham and did you look up your interface for History and did you notice that the instruction went from 9000 to 2000 in size after he updated it? Why was it reduced by 7000?
|
Because in newer X-Cart versions things get easier.
Quote:
Originally Posted by neonrider
So one has to created just one size of the logo and that is called Responsive? Really?
|
"Responsive" means that browser will resize portions of the page and/or change the page layout to fit elements better on smaller devices.
You don't have to create different sizes of your logo just to make the browser resize it depending on the screen size.
Quote:
Originally Posted by neonrider
I tested it and the logo looks too large in small mobiles. Can't be responsive that way.
|
Does it cause scrollbars to appear in the window? Does the logo go beyond the screen?
Quote:
Originally Posted by neonrider
How do you "Comment it out"? How do you do that exactly? Instructions, please. How do you "replace it with your phrase"? Instructions, please.
|
X-Cart 4 uses Smarty template engine.
You can find some general information on editing template files here:
https://help.x-cart.com/index.php?title=X-Cart:Editing_Skin_Files
But for a better understanding of "how to comment portions of Smarty templates" or "how to replace part of HTML code in a template file" you should read through the HTML & CSS specification (because you edit the HTML and CSS source code) and Smarty documentation (because the HTML source code is split into Smarty template files).
Including all this information into every article on customizing X-Cart 4 just doesn't make sense.