Hi,
i have two question.
1) how do you change the footer? See Attachment.
2) how many members I can see?
Thanks
change footer
Moderator: forum_m
-
- Posts: 7216
- Joined: February 26th, 2015, 1:40 pm
Re: change footer
Hi,
1) Please go to Admin Dashboard >>Appearance >>Widgets and drag to add widget in footer widget area.
Only added widget will show.
2) All members are show in home member section.
Thanks.
1) Please go to Admin Dashboard >>Appearance >>Widgets and drag to add widget in footer widget area.
Only added widget will show.
2) All members are show in home member section.
Thanks.
Re: change footer
Is their a way to put your widget in just one column, let's say you wanted it centered in the footer with just one widget. Right now it left justifies in the first column.
-
- Posts: 7216
- Joined: February 26th, 2015, 1:40 pm
Re: change footer
Hi jentzschc,
Please share me site URL. Which widget you want to display.
Thanks.
Please share me site URL. Which widget you want to display.
Thanks.
Re: change footer
So on www.firnfoundation.org I've added 3 widgets and I just want them to be in 3 columns. That is to say 1 widget per column. It shows all 3 down the first column and I can't get it to display in the second column until I add 4 widgets and I don't want to do that. Look at the footer on this site. I need those three items on three columns....
-
- Posts: 7216
- Joined: February 26th, 2015, 1:40 pm
Re: change footer
Hi,
Please paste the below code in custom CSS box and save the changes.
@media(min-width:1200px){
.column-center {
text-align: left;
margin-top: 53px;
margin-bottom: 20px;
}
.column-left {
text-align: center;
margin-top: -100px;
margin-bottom: 50px;
}
.column-right {
text-align: right;
margin-top: -79px;
}
}
Thanks.
Please paste the below code in custom CSS box and save the changes.
@media(min-width:1200px){
.column-center {
text-align: left;
margin-top: 53px;
margin-bottom: 20px;
}
.column-left {
text-align: center;
margin-top: -100px;
margin-bottom: 50px;
}
.column-right {
text-align: right;
margin-top: -79px;
}
}
Thanks.