Tagged: x
-
AuthorPosts
-
August 9, 2016 at 10:17 am #1123835
careylovelaceParticipantHi All,
I’m trying to adjust or remove the page border around a layerslider:
http://loosechangeproductions.org/new/I would like to minimize the global setting for a page which is wrapped around the layerslider.
Any suggestions would be greatly appreciated with a CCS code.
Thanks,
CareyAugust 9, 2016 at 11:15 am #1123957
ThaiModeratorHi Carey,
Please try adding the following CSS under Customizer > Custom > Global CSS:
.home .entry-wrap, .home pre { background: none; box-shadow: none; border: none; }Hope it helps 🙂
August 9, 2016 at 4:58 pm #1124512
careylovelaceParticipantThank you Thai !!
Maybe you can help me with this other issue I’m having
I’m trying to resize the text – permalink on a portfolio page (Integrity). I found a code to adjust the featured image, but the attached title link doesn’t follow the resizing of the featured image. I ultimately need the whole link to be unified in size.
Here’s what I’m talking about:August 9, 2016 at 5:01 pm #1124517
careylovelaceParticipantThank you Thai !!
Maybe you can help me with this other issue I’m having in my other post.
Thanks you so very much …
August 10, 2016 at 12:23 am #1125024
ChristopherModeratorHi there,
Please remove this code :
.entry-featured { width: 50%; margin: 0 auto; }And add this code:
@media (min-width:979px){ .page-template-template-layout-portfolio .x-container.max.width.offset { width: 40%; } }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1123835 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
