There's two elements we need to do to make the GK3 News Module (Joomla!) bigger. Firstly the width is preset in the module itself.
OPEN modules/mod_news_show_gk3/tmpl/view.default.php
FIND
table mstyle; ?> class="gk_news_show_table" id="module_unique_id; ?>">
DELETE mstyle; ?>
OPEN modules/mod_news_show_gk3/tmpl/view.default.php
FIND
table mstyle; ?> class="gk_news_show_table" id="module_unique_id; ?>">
DELETE mstyle; ?>
Now we can set the width from our template.css ( or wherever you want to put it from inside your template )
for example
#newsshow1 {
width:100%;
}
width:100%;
}
you can change the class id from inside the the module administration.
Hope this helps you.
No comments:
Post a Comment