Sub footer Won't be Full width or center

Posted in: Newspaper
Post count: 14

Hi,
My sub footer text was not fullwidth, i have tried reference css code from other topic, but it’s not take effects on my sites.
I have attached the screenshot. http://www.screencast.com/t/XxU3dUmlk8I
My site’s http://toeflbb.com/home

Post count: 20688

Hi,

I have tried to replicate this but I have not managed this. Probably it has something to do with the content you are inserting in the copyright field or maybe you have custom code affecting the sub-footer section.
You can try this code as a quick fix for this issue – https://www.screencast.com/t/IwGRondm
It must be entered in Theme panel->Custom Css

.td-sub-footer-container
.td-sub-footer-copy {
width: auto;
}

Thanks

Post count: 14

solved

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.