Hi, Tom
1. I want to make a page many section, each section have structure (interface) similar to picture:
https://i.imgur.com/sj6dwDLl.png
I have to use WPSP pro to make like this:
https://i.imgur.com/hcoZOIVl.png
2. I also use CSSS Code you write to hide content (in one WPSP column) in mobile/tablet and only show title:
@media (max-width: 768px) {
#wpsp-1092 .wp-show-posts-entry-summary {
display: none;
}
}
The my problem:
1. When I use WPSP to create a section (in above image, 1.) the section take a lot square of page (not similar to thecutterwire). I am finding a way to do that but not success.
2. CSS code work.
But the image is not left aligned. That mean: Title appears above the Imgae. I really want on Mobile/Tablet view: Image(left) and Title (right). You can see the pictures I posted.
3. Can you give an advice for me ?
Thank.
(I can give admin site demo to do that)