Is it possible to make the sideshow box ALWAYS be left aligned with the website logo above it?
'Fotofolio' Theme - Change Position of the Image Preview Slideshow
(2 posts) (2 voices)-
Posted 1 month ago #
-
To center the page (actually what gleeimagery.com did is just centering the logo).
Open style.css file look around line 61.
#header h1 {
display:block;
float:left;
margin:0;
}Remove the "float: left;" and the logo will be at the center.
Regards,
Posted 1 month ago #
Reply
You must log in to post.