Digital experiences for all disciplines
Forum Replies Created
-
-
I have tried something like this:
.wp-caption-text { padding: 10px; font-family: "Merriweather Sans",Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; letter-spacing: 0; font-weight: 300; font-style: normal; text-align: left; background: #f6f6f6; margin-right: 10px; }
Which fixes the smaller images, but the full width images are then indented
Attachments:
You must be logged in to view attached files.Mohammad,
That will only address that very specific image. This is happening with ALL of the images!?
Thanks for the info.
Yeah. It’s styled differently from the other pages in that the photos are edge-to-edge, but it’s not a big deal. I think we can mark it closed.
I think this will get us by for now.
This reply has been marked as private.Seriously, guys. LEVEL 11 support.
This is why we’ve purchased every theme. Much thanks, Ed.
I’ll give you a shout on Twitter.
I think that will accomplish what I need. I’ll close this for now, but you may want to take that into consideration for a future revision. Removing the nesting below a certain viewport might be the best solution.
Would something like this do the trick?
@media only screen and (max-width: 767px) { #comments-list li ul { list-style: none; margin: 0 0 0 00px; font-size: 100%; } }
This reply has been marked as private.Yes. I need to use the standard post because I am migrating a large blog with many posts. If there was an easy way to migrate a post into a page-builder post, that would be one thing. But as it sits now, clicking page builder kills all the content of the post. Moreover, it would take an eternity to try to reformat all of these. And finally, the posts have a bunch of galleries—thus the need for gallery functionality that works without the page builder.
If we were building a site from scratch, it would be a moot issue. But that’s not the case here.
ok. I think I’ve got it now. Thank you!
Mohammad,
That get’s me close, but I still have a lot of thing underlined now that I do not want underlined.
Those are:
— Post Title links to Post Detail
— Buttons
— Comment bubble/icon and comment count
— Pagination buttonsAttachments:
You must be logged in to view attached files.And I found it.
Here’s the code for anyone else looking:
Change this:
$content_wrap_class = apply_filters( 'sf_post_content_wrap_class_nosidebar', 'col-sm-8 col-sm-offset-2' ); }
To this:
$content_wrap_class = apply_filters( 'sf_post_content_wrap_class_nosidebar', 'col-sm-10 col-sm-offset-1' ); }
Got the file open now. It’s not obvious to me, so if you could point me in the right direction I’d greatly appreciate it.
Thank you!
-