How to code like this Indexhibit site?

vyanhs / 2013-05-11 16:00:26   

I really love the layout of this portfolio...is this customized or can I download this theme?

ambwork.com/

The person is using 1.0 however according to his CSS.

Thank you!

arsondpi / 2013-05-11 20:36:41   

This is custom.
Having said this it's not difficult to achieve - assuming you know code basics.

vyanhs / 2013-05-11 22:24:21   

I think I almost got it, arsonpi!

Here is my website: veronica.rankterdesign.com/

The problem is, when I copied the 'bottom border" code to mine, the border stops as soon as the text stops rather than going all the way to the end of the navigation. Can you advise me on how to achieve this?

arsondpi / 2013-05-12 12:39:00   

Find line 57 in your style.css and edit it to

  1. #index ul.section span.section_title {
  2.     border-bottom: 1px solid #000000;
  3.     cursor: default;
  4.     display: block;
  5. }
vyanhs / 2013-05-12 15:20:55   

Thank you so much; I really appreciate it :)

This thread has been closed, thank you.