This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

After switching to a child theme, my postloop titles are no longer aligned to the bottom of my thumbnails

Resolved 3 replies premiumthemetheme-focus
10 years ago · Last reply by Magus 10 years ago

Hi,

I’m pretty new to wordpress in general, but I’ve been doing a pretty good job of getting what I need out of this theme thanks to the help of this support forum, you guys have been a huge help to me already!

My latest foray into customizing the Focus theme has lead me to creating a child theme in order to sort of recreate my home page without the Latest Posts being stuck at the top of the page, but since following the steps outlined in that thread, I noticed that my headlines are all sort of floating about a third of the way up from the bottom of the thumbnail, rather than bottom-aligned as they had been before.

Honestly though, I’m not convinced that’s the source of the problem, that’s just around when I noticed it. But to help track down other possible issues, here are the contents of my custom css page as it currently stands:

/* Focus Menu Colors */
#masthead .site-navigation .menu-wrapper ul li a {
color: #fff;
}
#masthead .site-navigation .menu-wrapper ul li:hover > a {
color: #ccc;
}
/* Focus Loop Title Text Size */
.loop-container article .entry-title {
  font-size: 12px;
  line-height: 1.5em;
}
/* Focus Container */
.content-container {
background: #000 !important;
border: 1px solid #000 !important;
}
/* YouTube Gallery */
.ul-YoutubeGallery {
text-align: center;
}
.ul-YoutubeGallery li.li-YoutubeGallery {
float: none !important;
display: inline-block;
}
ul-YoutubeGallery li h3.title-YoutubeGallery {
color: #444444 !important;
}
.ul-YoutubeGallery li blockquote.blockquote-YoutubeGallery {
color: #666 !important;
}

I think I’m nearly where I want to be with this theme, so any assistance with sorting out this mishap would be greatly appreciated!

Thanks,
-Derek

URL: http://www.multitapped.com/stage/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Magus Staff 10 years, 8 months ago

    Hi Derek

    Please try changing your current Focus Loop Title entry to this

    .loop-container article .entry-title {
        font-size: 12px;
        line-height: 1.5em;
        margin-bottom: 0px;
    }

    Let us know how you get on

    Magus

  2. superderek 10 years, 8 months ago

    That’s absolutely perfect, thank you!

  3. Magus Staff 10 years, 8 months ago

    Hi Derek

    You are welcome. If you need any more help please feel free to open a new thread

    Magus

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread