Tagged: x
-
AuthorPosts
-
August 22, 2016 at 10:07 am #1141550
visitcoffeeParticipantHi there,
I’m using a two coloumn blog layout on my page:
http://visit-coffee.com/blog/Is there a way to make it 1 coloumn with a horizontal picture/text devision (image left, excerpt right)?
Thank you
August 22, 2016 at 10:51 am #1141636
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
@media (min-width: 980px){ .blog article .entry-featured { float: left; width: 37%; } .blog article .entry-wrap { float: right; width: 60%; padding-left: 25px; } }Hope it helps 🙂
August 22, 2016 at 11:29 am #1141682
visitcoffeeParticipantThank you, that works for image left, excerpt right.
But how does it work for a single coloumn layout?August 22, 2016 at 12:09 pm #1141766
ThaiModeratorHi There,
Please also add the following CSS:
.blog .x-iso-container.cols-2>.hentry { width: 100%; } .entry-footer { float: right; }Hope it helps 🙂
August 23, 2016 at 4:25 am #1142796
visitcoffeeParticipantPerfect, that helps a lot!
Thank you
August 23, 2016 at 7:40 am #1142976
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1141550 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
