How can I rearrange my footer menu and sign up section in the Dawn theme?

I want to change the footer menu to horizontal and move the sign up to the right of it to be aligned. Dawn theme URL https://byanymeans.net.au/pages/contact

Hi @Anonymous .

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can go to Online store => themes => actions => edit code and add this code on file base.css

@media all and (min-width: 1280px) {
footer-block__details-content>li:not(:last-child){
width: 100px;
}
ul.footer-block__details-content.list-unstyled{
display: flex;
}
.footer-block--newsletter{
float: right;
width: 500px;
position: relative;
bottom: 150px;
}
}

Hope this answer helps.

Best regards,

Richard | PageFly

Hi Richard,

Thanks heaps for your help.

I’ve added that code and it’s almost perfect, could you help with aligning this?

If possible I’d like it aligned with the other 3 links and in line with the above contact form