Home › Forums › Theme support › Theme – Socia media icons/Footer 5 sidebar › Reply To: Theme – Socia media icons/Footer 5 sidebar
Hi Michael,
ok, to align the right column in the footer you can add this CSS code in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
#footer .one_fourth_last.lastchild {
text-align: right;
}
The icons in the footer dont show up because you set up a child theme, but the icons url refer to the icon graphics in the main theme. You can copy the folder “images/s_icons” into your child theme (same directories), this should solve the problem.