Footer not alligned porperly

January 2013 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Aug 26, 2014 11:09 am
Reply with quote
Report this post
After removing text from the copyright area the footer and copyright section is misplaced and shows differently in Safari and other browsers? How can this be corrected?

Also is it possible that the footer_nav stretches over the whole template width and is centered while the copyright info is set to show below the template where the color selector normally is? and How to do that?

www,jassharan.com/home
User avatar
Junior Boarder

GK User
Tue Aug 26, 2014 4:36 pm
Reply with quote
Report this post
Hello,

Please try to change in the css/template.css file the following fragment:

Code: Select all
#gkFooter > div > div {
display: table-cell;
vertical-align: top;
}


to:

Code: Select all
#gkFooter > div > div {
display: block;
width: 100%;
}
User avatar
Administrator

GK User
Tue Aug 26, 2014 6:04 pm
Reply with quote
Report this post
Thank you for your speedy reply. I am afraid it does not do the trick. The footer in Firefox remains distorted and the changed css entry alters further the header in the safari browser. Any other idea how we can fix this issue?
User avatar
Junior Boarder

GK User
Tue Aug 26, 2014 11:15 pm
Reply with quote
Report this post
Please also change:

Code: Select all
#gkFooter .gkPage {
display: table;
}

to:
Code: Select all
#gkFooter .gkPage {
display: block;
}
User avatar
Administrator

GK User
Wed Aug 27, 2014 9:03 am
Reply with quote
Report this post
Thank you for your feedback. It appears now across all browsers to be the same. However how could I adjsut settings though that both, copyrights and footer are shown in one line, or what I would prefer the copyrights below the footer module and the footer module centered above as mentioned in my first post? Thank you!
User avatar
Junior Boarder

GK User
Wed Aug 27, 2014 9:06 pm
Reply with quote
Report this post
Please visualize what you want achieve and please send me an FTP access to your website using the PM message.
User avatar
Administrator

GK User
Thu Aug 28, 2014 10:54 am
Reply with quote
Report this post
Just send you a PM. Did you receive it. Is it correct that the message is in the outbox but labeled as SENT?
User avatar
Junior Boarder

GK User
Thu Aug 28, 2014 3:35 pm
Reply with quote
Report this post
I received your message now - I've started my work.
User avatar
Administrator

GK User
Thu Aug 28, 2014 3:43 pm
Reply with quote
Report this post
Do you want the white background as in the image? I didn't added it, because it looked strange. Rest of the changes was applied.

I've modified two files: layouts/blocks/footer.php and css/template.css file.
User avatar
Administrator

GK User
Fri Aug 29, 2014 9:56 am
Reply with quote
Report this post
My sincere appreciation for our work. Indeed we felt the white background for the copyright info as shown in our image wold be nice. Further please have a look at jassharan.com/home as the footer menu now ended up inside an image? Thank you once again for the great effort.
User avatar
Junior Boarder

GK User
Fri Aug 29, 2014 1:15 pm
Reply with quote
Report this post
My apology or the typo in my first sentence. It should read, my sincere appreciation for YOUR work.
User avatar
Junior Boarder

GK User
Mon Sep 01, 2014 7:48 am
Reply with quote
Report this post
It seems that your page is in offline mode now, so I cannot apply the changes.
User avatar
Administrator

GK User
Mon Sep 01, 2014 12:32 pm
Reply with quote
Report this post
The site is online now. Sorry it is Public Holiday here. Please go ahead. the other credentials as per my pm are still the same
User avatar
Junior Boarder

GK User
Tue Sep 02, 2014 11:00 am
Reply with quote
Report this post
Please refresh your browser cache and please check your menu now.
User avatar
Administrator

GK User
Tue Sep 02, 2014 4:21 pm
Reply with quote
Report this post
Thank you very much indeed! It's exactly what we have been looking for! Great service again and reason to recommend your company.

May I ask whether it is intentional that footer and copyright font height in px is the same? Or is there a chance that the copyright font height could be changed individually?
User avatar
Junior Boarder

GK User
Wed Sep 03, 2014 10:10 am
Reply with quote
Report this post
You can change the copyrights size using the following code:

Code: Select all
#gkCopyrights {
font-size: X;
}
User avatar
Administrator

GK User
Wed Sep 03, 2014 10:30 am
Reply with quote
Report this post
Simply great - Wonderful and thank you very much indeed!!!
User avatar
Junior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.