Home › Forums › Theme support › Skyline Footer Menu in Second Footer Section › Reply To: Skyline Footer Menu in Second Footer Section
Hi,
each of the columns in the second footer are 50% width. The only way to fix the problem is to make it 100% widht. If you want, you can try it. Go to WordPress admin -> Appearance -> Theme Options -> General -> Extra Css Content and add this:
#secondfooter .one_half, #secondfooter .one_half_last {
float: none !important;
width: 100% !important;
}
For the link color in the footer is no option, but you can add to the “Extra CSS Content” ( see above ) this CSS code:
#secondfooter a {
color:red !important;
}
Just replace “red” with the color or hex color code ( i.e. #4429dc ) of your choice