[Solved] Change text position ????? You are in

Unique Joomla 1.5 template with powerful navigation and stunning design discussion forum
GK User
Mon Aug 16, 2010 6:41 pm
Good afternoon,

I changed position and adapted to highlight search module, but I can not find where to put text You are ....

Can someone help to tell me how to move this text to highlight position.

Attached Image
User avatar
Fresh Boarder

GK User
Tue Aug 17, 2010 10:23 am
Good morning everyone,

I got up to position highlight the text you can see from the attached image, but I can not make visible the navigation links.

I have a post code that reflects the navigation within mod_search / default.php to see if they load, but only reflects the text and links to us

<div class="breadcrumbs_wrap1">
<span class="breadcrumbs pathway"> breadcrumb
<span class="youah">
<span> You are here: </ span>
</ Span>

<? Php for ($ i = 0, $ i <$ count, $ i + +):

/ / If Not the Last item in the breadcrumbs add the separator
if ($ i <$ count -1) (
if (! empty ($ list [$ i] -> link)) (
echo '<a href="'.$list[$i]-> link.' "class =" pathway ">'.$ list [$ i] -> name. '</ a>';
Else ()
echo '<span class="pathway">'. $ list [$ i] -> name. '</ span>';
)
echo '<span class="separator"> "</ span>';
) Else if ($ params-> get ('showLast', 1)) (/ / when $ i == $ count -1 and 'showLast' is true
echo '<span class="last">'. $ list [$ i] -> name. '</ span>';
)
endfor;?>
</ Span>
</ Div>
User avatar
Fresh Boarder

GK User
Tue Aug 17, 2010 3:18 pm
Hi

Please show us your site.


Cheers
User avatar
Platinum Boarder

GK User
Wed Aug 18, 2010 9:26 am
Good morning,

First thank you for your interest in my problem
I can not get links to new line up, I looked at the css I see the lines that control its position, but I can not make it up.

I enclose link,

Thanks for the help

Regards

PS: Sorry my English I only speak Spanish and use a translator software

http://bongostudio.es/webs/spaxion/inde ... &Itemid=77
User avatar
Fresh Boarder

GK User
Wed Aug 18, 2010 3:40 pm
Try adding this code on template.css file:

Code: Select all
#highlight {height: 40px!important}
.breadcrumbs.pathway {margin-top: -45px;position:absolute;color: #fff!important}
.breadcrumbs.breadcrumb.pathway {margin: 1px 7px;}
a.pathway {color: #fff!important;padding: 5px 5px 0 10px}
a.pathway:hover {color: #E37B16!important}
.search {margin-top: 4px;}


It should be something like this:




Cheers
User avatar
Platinum Boarder

GK User
Wed Aug 18, 2010 5:42 pm
Good afternoon,

For your help thank you very much, works perfectly are its code.

Thanks for your time

Regards
User avatar
Fresh Boarder


cron