Layout and Styles
iteego - March 30, 2009 - 20:11
| Project: | Syndication |
| Version: | 6.x-1.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
This is an awesome module. The functionality is excellent ... especially the ability to custom build feeds. Nice! I do have a couple issues. The major one is that the feedbuilder tables runs off the main content column when you get a lot of feeds. How can I fix the width size? Thanks and great work! Cheers, Kevin

#1
#2
That is an interesting issue. The table that is built should autosize for your content area. The time this would fail is when the titles of the feeds are wider than the cell permits. In that case the cell will stretch and cause everything to out of wack. If you suspect this is the case, On the setting page for this module you should find a setting for the number of columns. try decreasing this by one. The other way around this would be to truncate the long lines with css
.syndication-column { overflow:none;}
let me know how you get on.
#3
Hi Aaron,
You are correct, some of the titles are quite long. I reduced the number of columns and it is better. I think the best option however will be to customize the template by knocking out the right column completely. In order for a custom template to appear at syndication/builder what should I name the tpl.php file? Thanks. Kevin
#4
There are no .tpl.php files. The module is not set up that way. You can use theme overrides in your template.php file if you wish. If you wish to knock the right hand column out completely, you could set the number of columns to 1.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.