The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Buttons are not centered

Go down

Buttons are not centered Empty Re: Buttons are not centered

Post by YasirAyad February 21st 2017, 9:04 am

Hello,
you can use position: relative to do this with "warning buttons and " send" or "preview" buttons"
for the send & preview buttons use this code :
Code:
fieldset.submit-buttons {
    position: relative;
    right: 96px;
    top: -19px;
}

and for the warning buttons you can use some code to make the warning buttons in the center
jest change the class name like what is in ur code , and change the numbers in \ right and top px

Code:
.className {
    position: relative;
    right: 96px;
    top: -19px;
}
for more info : css_positioning
hope this code will help you Wink
YasirAyad
YasirAyad
Forumember

Male Posts : 67
Reputation : 10
Language : En/Ar

http://help.ahlamontada.com/u152001

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum