Positioning of button in "Call to Action" element in TD Composer

Posted in: Newspaper
Post count: 16

Hi,

I have placed a “Call to Action” element inside my footer template. I cannot find a way to make the button sit below the text (ie at the bottom and aligned left or centre within the box).

It floats up to the right of the text, sticking out to the right of the content area.

Please can you advise me how to force the button to the bottom?

You can see it in the footer of my website. https://andrewgadsden.com

Thank you.

Post count: 35449

Hi,

You can try this custom css that will make the td-block-span3 and td-block-span9 on call to action element to be 100% on footer -> http://prntscr.com/pvun6o
.td-footer-container .tds-call-to-action2 .tdm-row .td-block-span9, .td-footer-container .tds-call-to-action2 .tdm-row .td-block-span3{
width: 100%;
}

The code need to be set in theme panel> Custom code> Custom css

Thank you!

Post count: 16

Thank you very much for your help, Calin, that worked.
Andrew

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