Text displaying incorrectly

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Fri Sep 21, 2012 1:09 pm
After adding a position module from the add search tutorial, the texts from the modules are displying only in the middle of the webpage , Ive changed the paragraph display and text display but still same problem,,,
How do I display the text from part to part,,,? not only in the middle like in the screen cap??
User avatar
Senior Boarder

Konrad M
Sat Sep 22, 2012 2:55 pm
Hi,
can you give us url to page with issue ?
User avatar

GK User
Tue Sep 25, 2012 10:57 am
User avatar
Senior Boarder

Konrad M
Wed Sep 26, 2012 3:46 pm
Please try add to override.css
Code: Select all
.article-content #asamodule_search_results p {
margin: 10px 0 !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Sep 27, 2012 9:35 am
Thanks it works, but it takes effect only in one webpage,,how do I change it on every webpage? :side:
User avatar
Senior Boarder

Konrad M
Thu Sep 27, 2012 9:36 am
Try change code to this one:
Code: Select all
#asamodule_search_results p {
margin: 10px 0 !important;
}
User avatar

GK User
Thu Sep 27, 2012 12:06 pm
Works like a charm..thanks
User avatar
Senior Boarder


cron