Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Brian

    (@barredondoc21moneyworldcom)

    Anything on this? If I center the code it still moves left. Is this a common issue on all ET buttons?

    I’ve also wasted an hour trying to get the ET Button to center. Anybody have any clues?

    Hello?

    Open the shortcodes.css file (theme_name-> epanel -> shortcodes) through FTP and add the following:

    position:relative;left:40%;

    The exact element will depend on which you are working with. For example:

    If it’s the big button and you are using the color blue, you can add this to either a.big-button or a.bigblue. The first will set this for all big buttons, the second just for the big buttons that are blue.

    You will need to play around with the left:40% part to get it to center right on your page. So wish there was a float:center 🙂

    BTW, that the reason you have to do things this way. All the elements (small button, big button, etc.) are all set to left align.

    What is ET Button is for ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable To Center ET Buttons, Help?’ is closed to new replies.