Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1060243
    alucas1911
    Participant

    Hi,

    I’m working on a website: holbrookholdings.com

    I have 2 questions, or really I’d like to see if these two things are possible and if so, how would I do them.

    Question 1: On the “Management Team” page, I have 2 Feature Boxes that are justified left. This looks great for 1200px&up, but looks kind of funky once in 480px&smaller. Is there any way to change the formatting to justified center, only for the 480px&smaller?

    Question 2: On the “Holbrook Income Fund” page, I would like a pop-up window with content and two options to either “continue to the page” or “go back to the home page”. Is this possible, if so, how?

    Thanks in advance for the help!

    #1060291
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    #1. You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 480px) {
    .x-feature-box-graphic.square {
      display: block !important;
    }
    
    .x-feature-box-graphic-inner {
      width: 100%;
    }
    
    .x-feature-box-title {
      margin: 10px auto;
      text-align: center;
    }
    
    .x-feature-box-text {
      text-align: center;
    }
    }

    Let’s add your own CSS within the media query if needed.

    #2. It could be possible with Lightbox – https://community.theme.co/kb/shortcode-walkthrough-lightbox/

    You can place two button with two links to different pages.

    Hope this makes sense.

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