Thread
:
Centering Page...
View Single Post
07-30-2014, 06:12 AM
#
2
DigitalResponse
Registered User
Join Date: Jul 2014
Posts: 27
Use css on your page container or content <div>
.div{
margin: 0 auto; // THIS CENTERS AN ELEMENT ON SCREEN HORIZONTALLY
width:1024px; // YOUR WIDTH HERE
height:768px; // YOUR HEIGHT HERE IF USING FIXED SIZE PAGE
}
DigitalResponse
View Public Profile
Find More Posts by DigitalResponse