This is a discussion on #content alignment and html change question within the HTML, CSS, and Design Help forums, part of the General category; I would like to move up the text in the #content area. The text that starts with "Sell your Classified ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I would like to move up the text in the #content area. The text that starts with "Sell your Classified Ads on our website..." (http://demo.68classifieds.com/)
I want to move the text closer to the green search box and can't figure out where this is controlled with. Couldn't figure it out on the style.css or layout.tpl files. Also, other than through the admin panel where can I change the text and html code to this "#content" area? I want to use a different size and font and even potentially use a background image. I'm lost and couldn't find any answers in the 68c_v4_mod_template.pdf (which is great by the way. Thanks Mike) |
|
#2
|
||||
|
||||
|
I too find that odd that the text starts so low. Open your layout.tpl file and find this around line 107:
Code:
<!-- // Content // -->
<br /><br />
{* This includes the content portion *}
{include file=$body}
<!-- // End Content // -->
-Mike
__________________
Mike-N-Tosh v3.1.10 Developer IndianaPC.org - A community website Sandbox v4.0, 4.0.1, 4.0.4, 4.0.8 Templates for sale | 68 Classifieds Customizations Web Hosting | Web Design & Development I am not a 68C employee, just a user and try to help out |
|
#3
|
|||
|
|||
|
Thank you, Mike.
|