Coding-Spot

You are not connected. Please login or register

 
 
 

Need to change my footer links.

Message (Page 1 of 1)

#1

ashik4u

ashik4u
 
Advance Member

Posted April 18th 2013, 9:43 pm

 
Forum url: http://www.bdtipsntricks.com/
Version: punBB

Problem:

I need to change my footer links. I want to remove some links from footer. Here is a screenshot.
Need to change my footer links. Captur17

I want to remove the links as seen in the image and also keep "BDtipsntricks™" to the first place.



http://www.bdtipsntricks.com/


#2

Mark

Mark
 
Administrator
Administrator

Posted April 18th 2013, 10:40 pm

 
The 'Free forum hosting' and 'Free forum support' can't be remove since it will violated the rules of Forumotion. You need to buy credits for it to be remove. And for you to move the "BDtipsntricks", add this to your CSS:
Code:
#pun-about ul {
display: inline-block !important;
float: right;
}
.copyright:after {
  content: " | ";
}

:):



https://coding-spot.darkbb.com


#3

ashik4u

ashik4u
 
Advance Member

Posted April 18th 2013, 10:47 pm

 
Done :):

I need to make the footer links alignment as justified. How?



http://www.bdtipsntricks.com/


#4

Mark

Mark
 
Administrator
Administrator

Posted April 18th 2013, 10:56 pm

 
The CSS i gave you, that will make it aligned :):.
Check your footer.



https://coding-spot.darkbb.com


#5

ashik4u

ashik4u
 
Advance Member

Posted April 18th 2013, 10:59 pm

 
Mark wrote:The CSS i gave you, that will make it aligned :):.
Check your footer.

But, still showing on right alignment.



http://www.bdtipsntricks.com/


#6

Mark

Mark
 
Administrator
Administrator

Posted April 18th 2013, 11:07 pm

 
Need to change my footer links. Asdsad11

This is the result for me, this is how you like to align it right? :):



https://coding-spot.darkbb.com


#7

ashik4u

ashik4u
 
Advance Member

Posted April 18th 2013, 11:13 pm

 
Mark wrote:Need to change my footer links. Asdsad11

This is the result for me, this is how you like to align it right? :):

I also see same. But look the webpage and the footer links. Footer looks to stand on right side.



http://www.bdtipsntricks.com/


#8

Mark

Mark
 
Administrator
Administrator

Posted April 18th 2013, 11:20 pm

 
Ahh.
Here give this a try:
Code:
#pun-about ul {
display: inline-block !important;
float: left;
}
a.copyright {
float: left !important;
}
.copyright:after {
content: " |  ";
}



https://coding-spot.darkbb.com


#9

ashik4u

ashik4u
 
Advance Member

Posted April 18th 2013, 11:26 pm

 
Working, but look, here is a problem
Need to change my footer links. Captur18

Last two links get attached



http://www.bdtipsntricks.com/


#10

Mark

Mark
 
Administrator
Administrator

Posted April 18th 2013, 11:41 pm

 
Give this a try: (Remove all the code i provide you and used this one only)
Code:
#pun-about ul {
display: inline !important;
text-align: center !important;
}
.copyright{
display: inline-block !important;
float: left !important;
}
.copyright:after {
  content: " | ";
}
#pun-about {
text-align: left !important;
}

:D:



Last edited by Mark on April 19th 2013, 12:03 am; edited 1 time in total



https://coding-spot.darkbb.com


#11

ashik4u

ashik4u
 
Advance Member

Posted April 18th 2013, 11:58 pm

 
Thanks. Problem solved. Removing first to code I added from this post. Only using last code. It's working good!



http://www.bdtipsntricks.com/


#12

Mark

Mark
 
Administrator
Administrator

Posted April 19th 2013, 12:02 am

 

*
THANKED

Welcome. Since the problem is solved, i'll locked this and move to archive section. :D:
~ Locked and Moved



https://coding-spot.darkbb.com


#13

Sponsored content


 

Posted

 





Message (Page 1 of 1)

Permissions in this forum:
You cannot reply to topics in this forum

In total there is 0 user online :: 0 Registered, 0 Hidden and 0 Guests

Users browsing this forum: None