
Originally Posted by
origomedia
Swissa,
While we are on a huge role here I guess could i ask for one more direction. On these pages
http://www.myjakartaconcierge.com/in...id=595&lang=en where can I go to the dotted line above The Steak House - Four Seasons Hotel Jakarta and move the first display higher up the page nearer the main title. As you can see there is quite a gap between the line under the title and the line above the restaurant name.
Jim


template css @ line 702 change the 40 to whatever you feel best i.e. 20px
Code:
.no-sm #ja-mainnav .main-inner2 {padding-bottom: 40px;
}
If you want to change the thick line and the margin under it go to /components/com_jshopping/css/ja_tiris.css @ line 41
Code:
h1.jshop-titleheading, .jshop-pagetitle {
background: url(../images/bg-h3.gif) 0 100% repeat-x;
color: #373737;
font-size: 250%;
line-height: 100%;
margin: 0 0 20px 0 !important;
padding-bottom: 13px !important;
}
Delete the background reference if you want to lose the thick line and change the margin from 20px to 10px or to what you feel looks best for you. You can also change the padding if you want.
Bookmarks