Tagged: x
-
AuthorPosts
-
September 7, 2016 at 10:16 pm #1165738
sebagcParticipantHi Friends!
I Hope not to bother!
Im trying to create Posts for portfolio pages as the one in the following page:
http://www.bolden.nl/cases/intoit-magazineIs it possible to make images to inserted in posts to be as wide as possible?
http://www.sudgower.com/ladera-hotel/
Thanks you very much in advance!
Best regards!
SebastianSeptember 7, 2016 at 10:37 pm #1165749
sebagcParticipantThis reply has been marked as private.September 8, 2016 at 2:05 am #1165941
RupokMemberHi there,
Thanks for the credentials since it’s under construction. You can use this CSS :
.single-post .entry-content.content img { width: 100%; }Hope this helps.
September 8, 2016 at 10:11 am #1166519
sebagcParticipantThank you very much!!
Best regards!September 8, 2016 at 12:37 pm #1166728
RahulModeratorYou’re most welcome!
Let us know if we can help with anything else.
Thank You.
September 9, 2016 at 2:31 pm #1168468
sebagcParticipantHi Rahul!
Thank you again!
Is it possible that in mobile, the images of the content are fullwidth till the edge?Thank you!!!
Best
SebastianSeptember 10, 2016 at 12:34 am #1168940
FriechModeratorSeptember 10, 2016 at 7:22 pm #1169595
sebagcParticipantHi!! Thanks! but that image corresponds to the reference, not my website.
In my blog post, i have a similar image layout, but when in mobile, it still has some space at the sides.
Please see at http://www.sudgower.com/ladera-hotel/And the attached screenshot.
Thank you very much!
September 10, 2016 at 7:24 pm #1169598
sebagcParticipantSorry to bother again, can you also help me checking why when in a single post, the nav bar looses the background?(when scrolling down) its working fine in the rest of the site, though.
Thank you very much in advance!!September 11, 2016 at 3:17 am #1169901
ChristopherModeratorHi there,
The image file has this white background, see the attachment. You should edit image file.
Please update JS code under Customize -> Custom -> JavaScript to :
jQuery(function($) { $(window).scroll(function(){ if($(window).scrollTop() >50) { $('.x-navbar').addClass("x-navbar-solid"); }else { $('.x-navbar').removeClass("x-navbar-solid"); } }); });Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1165738 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
