Home Forums HashOne Featured Section center aglinment

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2020
    Hash
    Keymaster

    Try the CSS below

    .hs-featured-post-wrap{
    text-align: center;
    }
    
    .hs-featured-post{
    float: none;
    display: inline-block;
    }
    #3738
    amber
    Participant

    hey there I tried this code you provided in my total css.styles child theme (only I changed the .hs to .ht) but it didn’t change anything after the update.

    So I tried this and I still changed nothing…. what can I do to center the featured section on my total theme. i just want to have one featured item.

    .ht-featured-post-wrap{
    text-align: center;
    }

    .ht-featured-post {
    float: none;
    width: 100%;
    }

    #3785
    Hash
    Keymaster

    The code should work for the total theme. Can you show me your website?

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.