Home › Forums › Air HTML5 Template › Footer stacking when I want it to run landscape
- This topic has 6 replies, 2 voices, and was last updated 1 week, 1 day ago by
SeaTheme.
- AuthorPosts
- July 30, 2022 at 5:09 am #28016
How do I get the footer to be landscape like this:
on this page it is currently stacking and I want it to be landscape.
July 30, 2022 at 1:56 pm #28021You can edit a template like
project-item-standard-grid.html
, copy all HTML codes in<footer ...>..</footer>
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 1, 2022 at 6:42 am #28034How can I get it to work on this page?
I am not able to redesign the entire page as it is very different to the
project-item-standard-grid.html page.August 1, 2022 at 11:01 am #28037Please add the CSS on the last line of style.css:
@media(min-width:768px){ footer .socialmedia { display: flex; } footer .socialmedia > li { margin-left: 10px; } }
Regards!
SeaTheme – FAQs – WordPress Customization – FacebookAugust 1, 2022 at 12:05 pm #28038Thankyou. I have successfully got the footer working.
See page here
But the little line is not showing that goes bwetween the logo and the social names. And there is a big gap between the logo and the words.
Also the logo is not aligned to the bottom of the words. It is sitting lower then the words “Instagram” and “Linkedin”
How do I fix this?
Thankyou.
August 8, 2022 at 2:41 am #28056I am still wanting a response to the above question. Thankyou
August 8, 2022 at 6:14 am #28057Hi,
Please update above CSS as:
@media(min-width:768px){ footer .socialmedia { display: flex; border-left: 1px solid; padding-left: 30px; line-height: 100%; } footer .socialmedia > li { margin-left: 10px; } .logo-footer-img { margin-top: -10px; } }
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook - AuthorPosts
- You must be logged in to reply to this topic.