- Posts: 47
- Thank you received: 0
FOOTER MODIFICATION
-
sidy
Inactive member - Topic Author
- Member
Less
More
9 years 8 months ago #44854
by sidy
FOOTER MODIFICATION was created by sidy
According to my customer I put the information you see at the bottom of the website (
www.koraservices.net/sigma2
) as footer I used customised module and put it at the posistion footer of the corporate template.
Despite all my effort to do it take all the width of the footer the informations stay at the left
I read in one of the forum response that to modify template copyright informations I had to change this file
templates/hot_corporate/library/c.php
I deleted everything about content in the file but nothing change may you help me please.
Best regards
Despite all my effort to do it take all the width of the footer the informations stay at the left
I read in one of the forum response that to modify template copyright informations I had to change this file
templates/hot_corporate/library/c.php
I deleted everything about content in the file but nothing change may you help me please.
Best regards
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 8 months ago #44856
by ivan.milic
Replied by ivan.milic on topic FOOTER MODIFICATION
Well, you shouldn't delete content in that file. But i hope that you don't have malfunctions.
Try adding this code in bottom of template_css.css
Try adding this code in bottom of template_css.css
Code:
@media (max-width: 979px) and (min-width: 768px){
.span7 {
width: 100%!important;
}
}
@media (min-width: 960px){
.mp_footer {
width: 100%!important;
}
}
Please Log in to join the conversation.
-
sidy
Inactive member - Topic Author
- Member
Less
More
- Posts: 47
- Thank you received: 0
9 years 7 months ago #44862
by sidy
Replied by sidy on topic FOOTER MODIFICATION
HI I there was no problem with the file templates/hot_corporate/library/c.php modified
but I restored the previous version.
I add the code but there is no change.
the goal i that would like to reach is to display on all the footer width the following text.
Copyright ® 2015 SIGMA Consulting and Partners SARL; RCCM:CI –ABJ-B-2431;Abidjan-Treichville–centre commercial KOBEISSI 1er étage, 01 BP 7824 Abidjan 01
furthermore as you can see the module copyright is displayed yet i switched it to unpublished.
Regards.
but I restored the previous version.
I add the code but there is no change.
the goal i that would like to reach is to display on all the footer width the following text.
Copyright ® 2015 SIGMA Consulting and Partners SARL; RCCM:CI –ABJ-B-2431;Abidjan-Treichville–centre commercial KOBEISSI 1er étage, 01 BP 7824 Abidjan 01
furthermore as you can see the module copyright is displayed yet i switched it to unpublished.
Regards.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #44866
by ivan.milic
Replied by ivan.milic on topic FOOTER MODIFICATION
Ok, it is raw code eater at bottom of template.php or in /library/c.php
Try to find copyright you don't want and delete it. Leave just your own.
Try to find copyright you don't want and delete it. Leave just your own.
Please Log in to join the conversation.
-
sidy
Inactive member - Topic Author
- Member
Less
More
- Posts: 47
- Thank you received: 0
9 years 7 months ago #44871
by sidy
Replied by sidy on topic FOOTER MODIFICATION
I found in /library/c.php the copyright i did not want and leaved it but the information is still at the left how may I center it ?
BR
BR
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #44873
by ivan.milic
Replied by ivan.milic on topic FOOTER MODIFICATION
Add this on bottom of template_css.css
.mp_footer p{
text-align: center!important;
}
.mp_footer p{
text-align: center!important;
}
Please Log in to join the conversation.
Time to create page: 0.133 seconds