1. Nick
  2. Commercial Templates
  3. Sunday, 01 April 2012
  4.  Subscribe via email
Hi Ciaran/Everyone Else,

I have purchased Mountainpine to revamp http://www.templeton-hospitality.com.

Everything is going well but I have hit a problem trying to figure out which line of code controls the alignment of the main content box (Where it says Welcome to Templeton Hospitality). You will see that Welcome to Templeton Hospitality is lower down than Upcoming Events.

Here is the link to where im developing the site:
http://irelandwebsitedesign.com/testing/templetonhospitality/

Also I would like to change the color of Upcoming Events and wonder where the line of code is to change this.

Thanks
Nick
Accepted Answer Pending Moderation
0
Votes
Undo
Heya Nick

It appears there is a blank page heading rendering above the content creating the gap. To disable navigate to your home menu items parameters and under 'Page Display Options' set the 'Show Page Heading' to 'No'.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
... and for your module header you can use the following CSS at the end of your templates template.css

[code type=css].sidecol_block h3, .sidecol_block_menu h3, .sidecol_block h3 span.first-word, .sidecol_block_menu h3 span.first-word {
color:#000000;
}[/code]

Where #000000 is your new header colour.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaran I now have another problem, the alignment isnt perfect as i must have edited one of the lines when looking to fix the original problem and dont know which one so i can straighten it up, any ideas?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Nick

Try adding the following CSS to the end of your templates template.css (../templates/j51_mountainpine/css/template.css)

[code type=css]#sidecol {padding-top:5px;}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!