Meta Info Margins Killed by CSS Rule

Posted in: Newspaper
Post count: 6

When using 9.7.3, and attempting to recreate the Flex Slider setup in Classy Magazine demo, putting the margin of the meta info at -50px to get it to overlap the post picture just will not work. Have traced it down to line 4091…

.td_module_wrap.td-meta-info-hide .td-module-meta-info {
min-height: 1px;
margin-top: -4px;
}

The margin-top: -4px; is not being superseded by the -50px auto 0px I’ve inserted into “meta info margin” in TD composer. Should this line be removed in style.css? I really don’t like removing lines because things get broken when an update comes out, but there’s really no way to overwrite it in a child theme, is there? What’s the issue here?

Post count: 23312

Hi,

Please provide your website URL and some useful screenshots with that section so I can take a closer look at it because I cannot recreate this issue.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.