Tagged: x
-
AuthorPosts
-
March 2, 2017 at 4:01 pm #1392467
Richard HParticipantMuch better! Thanks!!
March 2, 2017 at 6:05 pm #1392593
NicoModeratorHappy to hear that
Feel free to ask us again.
Thanks.
March 6, 2017 at 3:10 pm #1396787
Richard HParticipantThanks for your help with this. I was wondering what I do to get the same effect on different pages? I have saved the section as a template and the spacing of the image doesn’t quite work. I am guessing that the problem relates to this bit of code:
.page-id-56 .x-column.x-sm.x-1-2 .x-img img, .page-id-56 .x-column.x-sm.x-1-2 .x-img { width: 100% }How do I make it apply to other pages?
Thanks!March 6, 2017 at 3:47 pm #1396832
JoaoModeratorHi Richard,
If you remove .page-id-56 from your code it will affect all pages.
If you want to target specific pages and not all pages you need to find out each page page-id
And change the code for *for example
.page-id-56 .x-column.x-sm.x-1-2 .x-img img, .page-id-56 .x-column.x-sm.x-1-2 .x-img , .page-id-27 .x-column.x-sm.x-1-2 .x-img img, .page-id-27 .x-column.x-sm.x-1-2 .x-img , .page-id-33 .x-column.x-sm.x-1-2 .x-img img, .page-id-33 .x-column.x-sm.x-1-2 .x-img { width: 100% }Hope that helps
joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1388513 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
