- This topic has 3 replies, 3 voices, and was last updated 7 years ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- February 13, 2017 at 9:34 pm #1942PalmmypokoParticipant
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.
February 16, 2017 at 12:46 am #2020HashKeymasterTry the CSS below
.hs-featured-post-wrap{ text-align: center; } .hs-featured-post{ float: none; display: inline-block; }
October 20, 2017 at 3:56 am #3738amberParticipanthey 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%;
}October 29, 2017 at 10:35 pm #3785HashKeymasterThe code should work for the total theme. Can you show me your website?
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.