Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1085014
    isearchlocal
    Participant

    URL – http://flightcompensationdirect.com/

    1 ) on mobile – when you shrink to mobile the text element doesn’t slide all the way under the logo.
    Ideally i would like it to slide under the logo and have maybe a little space between the logo and text.

    2 ) on desktop – if possible i would like to move the logo a little bit more to the left, and have even spacing either side of it between the social logos and the text..

    hope they make sense, I’ve attached some snippets.

    #1085016
    isearchlocal
    Participant

    mobile view

    #1085300
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-colophon-content > p:first-child img {
      margin-right: 30px;
    }
    
    @media only screen and (max-width: 767px) {
    .x-colophon-content > p:first-child img {
      display: block;
      float: none;
      margin: 20px auto;
    }
    }

    Hope this helps.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1085014 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>