I guess I notice the littlest of things but the copyright on the left side bottom of page as compared to the links right side bottom of page are not aligned. The right side the words are in the middle and the copyright on the left are at the top?
id like them both in the center which means some how Im missing simething for the copyright. Ive messed with the element compared them and when comparing they dont event have the same information. This is a page being used as a custom footer
[img]https://i.imgur.com/6bugwlY.png[/img]
Hi,
Please try this custom css -> https://www.screencast.com/t/TmYnpM4XHz5
.td-footer-page .tdc-row:last-child .wpb_text_column:first-child .td-fix-index {
margin-top: 8px;
}
Thanks.
Hi,
There is a row with the layout set on 1/2 ( with two columns ); in one column is set the copyright text and in the second one is set the footer menu with right align.
Thank you!
Hi,
This can be achieve in two ways; one with custom css -> https://www.screencast.com/t/Ovjk4BiNUpgj or the second one using the tagDiv Composer, to edit the footer page, click on the menu and set the style for it -> https://www.screencast.com/t/83JEXw0AJR7p
Thank you!