Set position bottom to center


Author Message
Renate

Posted: 4/28/2016
Quote message 

Hi,
On my website I use the positions bottom 1 and bottom 3.
How can I center the content in these two positions?
Hope someone can help me out, thanks!
 
Renate

Posted: 4/28/2016
Quote message 

This is the URL of my website http://www.desteenrakkertjes.nl/

I just want to center the facebook button in position 'bottom1' and the google translate button in 'position2'

 
help

Posted: 4/28/2016
Quote message 

This will center the facebook but you need to delete the .fb_border class. Not sure why it's there.
.simplfb {text-align:center!important;}

#trans {text-align:center!important;} will center translation
 
Renate

Posted: 4/29/2016
Quote message 

Thanks!
Can you also tell me where to find this line in the css?
 
help

Posted: 4/29/2016
Quote message 

These 2 lines are not in the css. You need to add to the css. Put at bottom of template.css or in artisteer css options.
.simplfb {text-align:center!important;}
#trans {text-align:center!important;}

.fb_border class is in your index file.