How is the Footer3 field padding-left or margin-left code?
All three footer columns have the same width. Since their content is different, they have different spacing which is pretty normal.
If you want to change the padding of the 3rd footer column, use this CSS
#sidebar-footer .sidebar-column:nth-of-type(3) {
padding-left: 15px;
}
Please keep in mind that changing the padding is causing the width to be reduced what can have an impact on its content.
The components do not have the footer 4 field.
What do you mean with this? Do you have the footer settings in the Customizer set to 4 columns? Do you have any content in the 4th column inside of wp-admin > widgets?
Thread Starter
gokh
(@gokh)
Thread Starter
gokh
(@gokh)
As I mentioned in the other topic please upload these images on another host where I can see them without downloading them. You could upload them to your website and link them here too.
Please go to Dashboard > Appearence > Customize > Footer and set the columns to four.
Then leave the Customizer and go to Dashboard > Appearence > Widgets. There you have the Footer 4.
Did it worked? You didn’t say anything about it. I need more information to help you.
Thread Starter
gokh
(@gokh)
Sorry. Okay it worked good.
Alright, I’ll mark the topic as resolved then.