Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1253135

    On my site footer – https://1043halsey.com/contact/, I created a custom footer that looks great on desktop but on mobile the logo is overlapping the text. How can I move the logo below the word LEGAL on mobile?

    Mobile screenshot
    Screen-Shot-2020-10-15-at-10-46-22-PM

    #1253426

    Hey navindesigns,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #footer .footSec4 {
      margin-top: 30px;
    }
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.