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

Add spacing between tiles

3 Answers 94 Views
TileList
This is a migrated thread and some comments may be shown as answers.
Dana
Top achievements
Rank 1
Dana asked on 03 Dec 2013, 02:47 PM
Hi,

I'm simply trying to add spacing/margins between the data-bound tiles.  Is there a way to do this? 

3 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 04 Dec 2013, 01:44 PM
Hi Dana,

You can use the dev toolbar of your browser to inspect the RadTileList rendering and find the elements that you wish to modify. Then, you can write a CSS selector to override the default control settings and place it in the page.
For example:
div.rtlistWrapper {
    margin: 0px 30px;
}


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
Dana
Top achievements
Rank 1
answered on 10 Dec 2013, 08:16 PM
So something like Firebug or the equivalent? 
0
Marin Bratanov
Telerik team
answered on 11 Dec 2013, 10:47 AM
Hi Dana,

If I recall correctly I used firebug to get that CSS rule. It is a great FireFox add-on. IE and Chrome come with their own dev toolbars, and so does Opera. Firefox also has a built-in dev toolbar but I find it lacking compared to FireBug.


Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TileList
Asked by
Dana
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Dana
Top achievements
Rank 1
Share this question
or