Tagged: x
-
AuthorPosts
-
June 26, 2016 at 12:30 pm #1060243
alucas1911ParticipantHi,
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!
June 26, 2016 at 1:35 pm #1060291
RupokMemberHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1060243 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
