Home Forums HashOne Featured Section center aglinment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1942
    Palmmypoko
    Participant

    I want to reduce Featured Page in Featured Section. (From 4 to 3 Page)

    I edited code in section-feature.php
    at line 30 : “for( $i = 1; $i < 4; $i++ ){”

    but result is featured Pages are Left aglinment.

    How to aglinment all Featured Page to center?

    Thank You.

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.