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

