This is a migrated thread and some comments may be shown as answers.

Text Alignment

1 Answer 34 Views
SiteMap
This is a migrated thread and some comments may be shown as answers.
Troy
Top achievements
Rank 1
Troy asked on 02 Apr 2014, 04:04 AM
Hello.

Hopefully this is quite simple and something I've overlooked.

I'm using the SiteMap as a bread crumb and would like the text aligned to the left margin.
At the moment it is indented within the yellow node. I would like it hard up against the left margin.

Is that possible using CSS or other means?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 Apr 2014, 07:03 AM
Hi Troy,

If you have any styling applied to the outer most container it will be affected for the Sitemap too. You can use the .RadSiteMap CSS class to apply any styling to the RadSiteMap. Provide your code snippet if this does not meet your requirement.

CSS:
<style type="text/css">
 body
 {
   padding: 100px;
 }
 .RadSiteMap
 {
   margin-left: -100px !important;
 }
</style>

Thanks,
Princy
Tags
SiteMap
Asked by
Troy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or