Copyright Text Off-Center

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Thu Mar 27, 2014 7:03 pm
Hi there,

For some reason when I made a couple of changes to the Simplicity theme (I added social icons in the footer and a text widget to the header), the copyright text at the bottom of the page isn't centered anymore.

I tried adding the <center> tag to the Simplicity/layouts/footer.php file, but that didn't work. I also tried removing the icons in the footer and that didn't work either.

Any help is appreciated. The URL for my site is http://www.mindspaceapp.com.

Thanks!
User avatar
Fresh Boarder

GK User
Fri Mar 28, 2014 9:22 am
Hi,

Please add this code to css/override.css file:
Code: Select all
#gk-footer .gk-copyrights {
float: none;
text-align: center;
}

and you can remove your <center> tags from the footer.
User avatar
Moderator

GK User
Fri Mar 28, 2014 6:11 pm
That worked thanks. But now, the images don't appear. When I scroll downwards all I see are the words Notebook and Image Block sliding to the left.

Any ideas?
User avatar
Fresh Boarder

GK User
Mon Mar 31, 2014 7:43 am
Hi,

This code has no influence for your images, maybe you removed your images, because I can't see e.g. this image:
http://www.mindspaceapp.com/wp-content/ ... _image.png

Please make sure that you have tablet_image.pn in your images/demo directory or change the image path (in text widget) to your own.
User avatar
Moderator


cron