[Xtypo] How to center the button?
- Posted by Azot94 (4) Offline
- Posted by TemplatePlazza (5261) Offline
Hi, you should be able to center it via your joomla WYSIWYG editor. Have you tried it?
11 years 4 months ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Azot94 (4) Offline
Hi, Yes i tried, but don't work
Works for you?
11 years 4 months ago #3
by Azot94
<div class="xtypo_button1" style="text-align: center;"><a title="Download xtypo" href="http://www.templateplazza.com" target="_blank">Download here</a></div>
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
- Posted by Azot94 (4) Offline
- Posted by andy (759) Offline
Hi, try to edit this file :
jadrowe.pl/plugins/content/xtypo/themes/default/style.css
find the part :
delete the line
11 years 4 months ago #6
by andy
jadrowe.pl/plugins/content/xtypo/themes/default/style.css
find the part :
.xtypo_button1,
.xtypo_button2,
.xtypo_button3 {
display: inline-block!important;
margin-right: 0.5em;
}
delete the line
display: inline-block!important;
Please Log in or Create an account to join the conversation.