Top Navigation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 anni tempo fa
How can I send top navigation to right side?
I found the repeater control in template\categories  but I don't know how to send it to right side?
14 anni tempo fa
Hi,

If you mean the breadcrumbs,

then just edit the css in THEME(DarkOrange)/modules.css

Find Breadcrumbs section and add:

.breadcrumb
{
  float: left;
  width:100%;
  text-align:right;

  padding: 0px;
  margin: 10px 0px 0px 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1em;
}


mike..
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.