<em>@henrik1782 311596 wrote:</em><blockquote>I have tried to mode the search postion to the navigation block, but can not make it work. Is this possible and how. </blockquote>
Depending on how many menu items you have, there is actually an easier way to go about this . . .
Within the following file path –> /templates/ja_social/css/template.css … at line 477
try making the following modification . . .
#ja-search {
background: url("../images/search-bg.png") no-repeat scroll left top transparent;
bottom: -35px;
height: 29px;
right: 10px;
width: 215px;
}
You can, of course, play around with the “bottom” pixel value, or – again, depending on how you have your menu configured – add a negative pixel value for a “margin-right” property.
<em>@henrik1782 311596 wrote:</em><blockquote>Where do I make changes for the content area? What file do I need to edit?</blockquote>
What changes are you wanting to make?