Tagged: x
-
AuthorPosts
-
November 10, 2016 at 1:43 am #1251289
MichaelAnthonyMurrayParticipantHello!
Is there a way to make the gallery stretch to fill the entire column?
I would like the photos to reach up above to the breadcrumbs orange stripe, and fill the column left to right.http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/al/
November 10, 2016 at 2:06 am #1251332
FriechModeratorHi There,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.single-post .entry-wrap { padding-top: 0; padding-left: 0; padding-right: 0; } .single-post .entry-content.content { margin-top: 0; }However, you need to enable the Column Container option on your ROWs if you don’t want the content go on the edge of the page.
Hope it helps, Cheers!
November 10, 2016 at 1:32 pm #1252157
MichaelAnthonyMurrayParticipantI’m sorry! I included the wrong link!
I wanted to make the image fill the padding left and right on a page not a post.
This is the correct link
http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs/.page-id-43,
.page-id-40,
.page-id-37 {
padding-left: 0;
padding-right: 0;
}I’m attempting to make the photos on my pages for…
Dogs: http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs/
Cats: http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/cats/
Horses: http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/horses/… fill the padding on left and right with no white.
THANK YOU!
November 10, 2016 at 2:20 pm #1252237
JoaoModeratorHi There,
Try this instead
.page-id-43 .entry-wrap, .page-id-40 .entry-wrap, .page-id-37 .entry-wrap { padding-top: 0; padding-left: 0; padding-right: 0; } .page-id-43 .entry-content.content, .page-id-40 .entry-content.content, .page-id-37 .entry-content.content { margin-top: 0; }Hope it helps
Joao
November 10, 2016 at 2:34 pm #1252245
MichaelAnthonyMurrayParticipantThat worked!
Thank you!November 10, 2016 at 2:36 pm #1252247
MichaelAnthonyMurrayParticipantSorry. I spoke to soon.
It only works on DogsDogs: http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/dogs/
and not on the two other pages.
Cats: http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/cats/
Horses: http://dev.deltarescue.org.php56-5.ord1-1.websitetestlink.com/horses/November 10, 2016 at 10:16 pm #1252759
Paul RModeratorHi,
Seems to be working fine on my end.
http://screencast.com/t/GiPVRQ53GN
http://screencast.com/t/cBqbD7aQc
Please clear your browser cache and check again.
Thanks
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1251289 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
