Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1195916
    danny
    Participant

    Hi there,
    I’ve had trouble getting my main image to be align to the bottom of the section. This is only the case in certain screen widths. See screeen shots

    this is on Ethos theme on http://www.dannyhearn.me

    #1196050
    Rupok
    Member

    Hi there,

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

    @media only screen and (min-width: 768px) and (max-width: 930px) {
    .home #x-section-1 .x-column:nth-child(2) img {
      margin-top: 100px !important;
    }
    }

    Hope this helps.

    Cheers!

    #1196365
    danny
    Participant

    that’s great works perfectly, thank you

    #1196642
    Jade
    Moderator

    You’re welcome.

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