Music Free footer problems

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Thu Aug 09, 2012 3:46 pm
Hi all

I have some problems with footer.
footer.jpg

right side of the footer goes all the way to the right corner, but it should be same like left one.
Any solutions?
User avatar
Junior Boarder

GK User
Thu Aug 09, 2012 6:40 pm
Hi,

May I have your site URL to take a look and check?

Thanks,
User avatar
Platinum Boarder

GK User
Fri Aug 10, 2012 5:37 am
Hi again

it's http://www.commentas.com

Thank you
User avatar
Junior Boarder

GK User
Mon Aug 13, 2012 10:40 am
Hi,

Thanks for the link, I'm checking but don't see the footer, you seem to have changed the layout of the site. Please clarify and feel free to let me know if you need further help.

Thanks,
User avatar
Platinum Boarder

GK User
Mon Aug 13, 2012 1:37 pm
Don Lee wrote:Hi,

Thanks for the link, I'm checking but don't see the footer, you seem to have changed the layout of the site. Please clarify and feel free to let me know if you need further help.

Thanks,

Hi there
no, I haven't changed anything yet. Waiting for solution. There's footer menu in footer_nav position as well as copyright text.

Thank you
User avatar
Junior Boarder

GK User
Mon Aug 13, 2012 5:29 pm
My mistake, I see it now, please try adding this code to CSS Override:
Code: Select all
#gkFooter{
left: 0!important;
}

Then let me know if it helps.

Cheers,
User avatar
Platinum Boarder

GK User
Tue Aug 14, 2012 5:43 am
Don Lee wrote:My mistake, I see it now, please try adding this code to CSS Override:
Code: Select all
#gkFooter{
left: 0!important;
}

Then let me know if it helps.

Cheers,

Hi again

It does some job, thanks, but seems not all. After the code's applied the footer goes all the way along the screen with 0 margin on the left and seems around 5 px margin on the right. Have a look. I'd like to have footer same size as top panel :)

thank you
User avatar
Junior Boarder

GK User
Tue Aug 14, 2012 4:02 pm
Ok, so please remove that code and try this one instead:
Code: Select all
#gkFooter{
width: 1240px;
margin-left: 0!important;
padding-left: 0!important;
}

And it would look like this http://easycaptures.com/fs/uploaded/627/2179725883.jpg

Cheers,
User avatar
Platinum Boarder

GK User
Tue Aug 14, 2012 4:58 pm
Don Lee wrote:Ok, so please remove that code and try this one instead:
Code: Select all
#gkFooter{
width: 1240px;
margin-left: 0!important;
padding-left: 0!important;
}

And it would look like this http://easycaptures.com/fs/uploaded/627/2179725883.jpg

Cheers,

it doesn't look like on your pic :? after code had benn changed
User avatar
Junior Boarder

GK User
Tue Aug 14, 2012 8:13 pm
Please send a PM to provide me with backend access then I will try for you.

Thanks,
User avatar
Platinum Boarder

GK User
Wed Aug 15, 2012 5:55 am
Don Lee wrote:Please send a PM to provide me with backend access then I will try for you.

Thanks,

it's already done. I'm not sure you've got it
User avatar
Junior Boarder

GK User
Thu Aug 16, 2012 12:08 am
Problem was that you added the first code to CSS Override box and then added the second one to override.css but didn't remove the first one. I have just removed it for you and it seems to work now. Please check!

Cheers,
User avatar
Platinum Boarder

GK User
Thu Aug 16, 2012 5:08 am
Don Lee wrote:Problem was that you added the first code to CSS Override box and then added the second one to override.css but didn't remove the first one. I have just removed it for you and it seems to work now. Please check!

Cheers,

good man. thank you, pal. it seems working now ;)
User avatar
Junior Boarder

GK User
Thu Aug 16, 2012 8:49 pm
You're welcome, feel free to let me know if you need any further helps.

Cheers,
User avatar
Platinum Boarder


cron