Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #907975
    Dianne H
    Participant

    I prefer to have the feature box text and image aligned left on a desktop and ipad. Would you please tell me how I can use custom CSS to have the text aligned left under a center aligned image on mobile. Now the text is in a very narrow column to the right of the image on the phone. Thank you.

    http://49c.e00.myftpupload.com/sea-salts/infusions/
    http://49c.e00.myftpupload.com/sea-salts/chef-salts/

    I will have several other product pages, so I will need the change to be reflected on all. Unfortunately, the client wants to maintain using ultracart, not woocommerce.

    #908137
    Rupok
    Member

    Hi there,

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

    @media only screen and (max-width: 979px) {
    .x-feature-box-content {
      display: block !important;
    }
    }

    Hope this helps.

    Cheers!

    #908197
    Dianne H
    Participant

    Yes. Good solution. Thanks.

    #908329
    John Ezra
    Member

    You’re most welcome!

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