Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1064745
    Missy S
    Participant

    Hello,

    I am using ethos and I’m writing about unpredictable movement on the single post pages.

    1) I’ve successfully placed my entry header on top of my featured image but my p-meta moves from under the title to beside the title based on length of the title. How do I prevent this? I meta info to be centered and under the title.

    2) The “next article” sign or the chevron symbol moves up and down depending on title length. I want the chevron symbol to remain centered on it’s background and inline with the title. How?

    3) The black title background is relative to title length, how can I keep it stretched across the width of the image regardless of title length?

    Thank you.

    #1064749
    Missy S
    Participant
    This reply has been marked as private.
    #1064770
    Missy S
    Participant
    This reply has been marked as private.
    #1064888
    Christian
    Moderator

    Hey Missy,

    Please add the code below in your Appearance > Customize > Custom > CSS

    .single-post .entry-featured .entry-header .entry-title, .p-meta {
        display: block;
        float: none;
    }
    
    .x-nav-articles a {
        margin-top: 30px !important;
    }

    Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.

    Hope that helps. 🙂

    #1064932
    Missy S
    Participant

    Thanks!

    #1065058
    Thai
    Moderator

    You’re most welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-1064745 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>