css - Centering div with image in slider -


i used part of wordpress theme of developer , slider content floating top

i want center content vertically , horizontally padding on sides padding:100px;

someone can visit site , centering block? url of mywebsite, please share knowledge , hope solve problem.

i looked through code, (thank god inspect element on google chrome!) , seems have header inside body of code, try moving page header above body in html. have found work me in cases.

also next time try adding code relevant question op, faster , better answers

edit: can centre horizontally changing left , right tags in css:

.//div class here {     left: 10%;     right: 10%;     width: 80%; } 

edit 2: try this, im not sure if work worth show:

.//div class here {     left: 10%;     right: 10%;     width: 80%;     height: 80%;     top: 10%;     bottom: 10%; } 

Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -