Guest Posted June 17, 2011 Share Posted June 17, 2011 Hi All - please help. New to oscommerce and not a computer wizz, but trying to learn. Can you please let me know if you can put 'enters' (spaces between text) in the item description??? I have put them in during the editing process but when I view my handy work the spaces are gone and all the text is bunched up. Also I added my business banner to the top of my page but everything under it hasn't moved down properly. To view these two issues go to: http://crystaldesigns.com.au/oscommerce/product_info.php?cPath=29_84_85&products_id=749 to see both problems. Any advise to fix would be greatly appreciated - btw my php knowledge is minimal to none, trying to learn but considering if it is too hard and I should pay someone to do all the fine tweaking and I just put in bulk info.... Thanks! Link to comment Share on other sites More sharing options...
Guest Posted June 17, 2011 Share Posted June 17, 2011 Hi look in stylesheet.css for: #header { height: 60px; } #headerShortcuts { float: right; margin-top: 15px; } These move header and button set, try these below #header { height: 180px; } and #headerShortcuts { float: right; margin-top: -20px; } change numbers so suit what you want. With the description you can use basic html to layout text. Link to comment Share on other sites More sharing options...
Guest Posted June 17, 2011 Share Posted June 17, 2011 Thanks for this - silly question - where do I find stylesheet.css??? I looked in Localization - Languages - Details but nothing there.... Thanks for paragraph info - googled 'basic html' and found info on this - told you I was very new, thank god for google!!! Link to comment Share on other sites More sharing options...
Guest Posted June 17, 2011 Share Posted June 17, 2011 Jody, * MAKE A BACKUP OF ALL FILES BEFORE EDITING* You will have to use your FTP client to download /stylesheet.css to your local machine, then use a Text Editor such as Notepad++ or Editplus+ to make the changes John suggested. Once editing is complete, upload the file back to your server. * MAKE A BACKUP OF ALL FILES BEFORE EDITING* Chris Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.