• orhanna14

    (@orhanna14)


    Hi,

    I would like the featured content to be on the left side, as a single column, with stacked divs instead of horizontal on the top. Any support is appreciated, thanks!

Viewing 1 replies (of 1 total)
  • wensolutionsupport

    (@wensolutionsupport)

    Hello,

    You can achieve the one column layout with Featured image centered in for the “Featured Content” home page block by simply using the following custom CSS in your Admin Dashboard > Appearance > Customize > Additional CSS :

    #featured-content.layout-three .hentry,#featured-content.layout-four .hentry {
        width: 100%;
        text-align: center;
    }

    Also, for future reference you can also choose to post in your queries to the the theme’s official support forum for dedicated and swift support at : https://catchthemes.com/support-forum/forum/full-frame-free/

    Hope this Helps,

    Best Regards !!

Viewing 1 replies (of 1 total)
  • The topic ‘Featured content as 1 column, stacked divs’ is closed to new replies.