Hello,
would like to add this's social buttons at the toplinks area.
How would I do this?
http://www.thechildrenofbotswana.org
Attached is what I would like it to look like:
<?php if($this->API->modules('myposition')) : ?>
<div>
<jdoc:include type="modules" name="myposition" style="<?php echo $this->module_styles['myposition']; ?>" />
</div>
<?php endif; ?>
Konrad M wrote:This second code you can paste in layouts/default.php. Here you will find <body> tags.
Konrad M wrote:Are you editing it using joomla manager ?
div.addthis_toolbox.addthis_default_style {
width: 140px !important;
margin: 0 auto;
}
#gkHeader .custom input.button {
float:none;
}
Konrad M wrote:Please try add this to override.css
- Code: Select all
div.addthis_toolbox.addthis_default_style {
width: 140px !important;
margin: 0 auto;
}
#gkHeader .custom input.button {
float:none;
}
and remember to enable override css option in template settings.