I want to align the top element and the bottom element to to the right in a custom wordpress install

mail Jun 29, 2012 10:08AM EDT

I want to align the top element and the bottom element to to the right in a custom wordpress install.

Unfortunately the instructions on your site don't match the files or their contents on the wp editor. Not that I can see. I've gone through each file with ctrl+f and the terms provided in the CSS info.

No joy.

Can you advise plz?

Ta, F

1 Community Answers

Paul Jul 02, 2012 11:48AM EDT

The CSS for AddThis is on our servers, so in order to modify the styles you'll have to edit your style.css. In order to cause the AddThis buttons to align right you need to specify the width and float the items to the right, like this:

.addthis_toolbox {
float: right;
width: 50%;
}

You'll have to adjust the width to to suit your site.


This question is closed to new answers.

Still need help?


General Topics

 

Developers