Support Forums

Edit login and select category pages

This is a discussion on Edit login and select category pages within the Templates, HTML, CSS, and Design Help forums, part of the General category; v4.1.6 Developer Template: 3 col Hi, Could anyone tell me how I can go about editing the text alignment and ...


Go Back   68 Classifieds Forums > General > Templates, HTML, CSS, and Design Help

Reply
 
Thread Tools Display Modes
Old 12-04-2009, 11:56 AM   #1
Customer
 
Join Date: Nov 2009
Posts: 60
Rep Power: 9
rainie is on a distinguished road
Default Edit login and select category pages

v4.1.6 Developer
Template: 3 col


Hi,

Could anyone tell me how I can go about editing the text alignment and size for the 'log in' page and 'select category' pages alone?
Re: login page, I'm trying to bring the 'Please enter username/password' text closer to the text box. I do not want this to affect any other pages however.
Re: select category page I would like to center or at least be able to align all the content there.
Changed the content text align to center, but this obviously changes most all pages.

Any help appreciated.
Thanks
rainie is offline   Reply With Quote
Old 12-04-2009, 12:36 PM   #2
Member
 
Join Date: Feb 2009
Posts: 53
Rep Power: 16
shanedawg is just really nice shanedawg is just really nice
Default

I believe this is where you would look to change the distance between username/password and the associated boxes.

templates/3col/css/style.css

open the style.css and change the padding under the entry:

td.formleft {
font-size:11px;
font-weight:bold;
padding-right:0;


As for your other issue, I'm not quite sure. You should look into the Firefox browser with the Firebug add-on. It will make your life easier. You can play with the CSS settings on the fly to see what works on certain pages.
__________________
Shane
v4.1.4 Developer - Fluid Style 4.1x Template
Eastern North Carolina Classifieds
shanedawg is offline   Reply With Quote
Old 12-04-2009, 12:47 PM   #3
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 3,342
Rep Power: 84
seymourjames is a jewel in the rough
Default

Firebug is good and so is the free web developer tool for firefox. If you change this piece of css it may have undesirable effect elsewhere so do it with caution and always comment code when you make changes as upgrade becomes impossible otherwise. You should check where this css is is being used throughout the template first by either using one of those tools that shane suggests on each type of page you have in your site or doing a search using your development environment on the css tags you intend to change. The latter being the quickest if you use something like CODA or Dreamweaver.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68C, Version 4 Templates & Modules
Get the Best U.S Hosting, Best U.K Hosting
seymourjames is offline   Reply With Quote
Old 12-04-2009, 02:57 PM   #4
Customer
 
Join Date: Nov 2009
Posts: 60
Rep Power: 9
rainie is on a distinguished road
Default

Hi and thanks for the responses.
Unfortunately there is no reference at all to td.formleft, (or right) in the stylesheet. I've not edited it out, it just isn't there.
I have the firefox addon and have been using it, but it shows 'no style information' even though the class is td.formleft.

Am a bit stumped really. Any other suggestions/further help?

Thanks
rainie is offline   Reply With Quote
Old 12-04-2009, 04:22 PM   #5
Member
 
Join Date: Feb 2009
Posts: 53
Rep Power: 16
shanedawg is just really nice shanedawg is just really nice
Default

Since the class is already created, you can add that rule yourself and change the padding to suit your needs. But like Seymour James said, be careful and note your changes. You should back up your files if you haven't already.

Something like this in your style.css may get you close to what you wanted.

td.formleft {
padding-left:10px;
}

I hope this helps.
__________________
Shane
v4.1.4 Developer - Fluid Style 4.1x Template
Eastern North Carolina Classifieds
shanedawg is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help! - select package, then select the category! whitey Customizations 7 11-09-2009 09:42 AM
V4.1.x Select category 2 dropdowns damiun Modules / Plugins / Modifications 6 06-01-2009 05:17 AM


All times are GMT -4. The time now is 10:37 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2011, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0