Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 15 posts - 1 through 15 (of 15 total)

Featured Posts box

Home Forums Misc. General Forums Featured Posts box

  • #12554

    ros87

    subscriber

    Is there any way to change the box layout of the featured posts to divided lines? Like the one in the picture?

    [attachment=4677,289]

    #17921

    ros87

    subscriber
    #17922

    Towfiq I.

    administrator

    why dont you use layout3?

    #17923

    ros87

    subscriber

    I am currently on layout 3.

    #17924

    Towfiq I.

    administrator

    you want the latest posts under the blocks to look like this? right?

    #17925

    ros87

    subscriber

    Yes if it’s possible.

    #17926

    Towfiq I.

    administrator

    make the site live and let me know.

    #17927

    ros87

    subscriber

    site is up.

    #17928

    Towfiq I.

    administrator

    Add this to your stylesheet:

    #content {border: 1px solid #333333;}

    #sidebar .widgets .widget, .lay3 .post_image, .lay3 .post_content, {border:none;}

    .lay3_bridge{display:none;}

    body .lay3 .post_content{margin-left:0px; width:350px;}

    body .lay3 .hentry{margin-bottom:10px; padding-bottom:10px; border:1px solid #ececec;}

    body .lay3 .date_meta{width:60px;}

    #17929

    ros87

    subscriber

    Thanks, but it actually over layered the posts and the pictures.

    #17930

    Towfiq I.

    administrator

    because you add this:

    body .lay3 .post_content{margin-left:120px; width:350px;}

    where margin-right should be 0px

    and also add this line:

    body #sidebar .widgets .widget, body .lay3 .post_image, body .lay3 .post_content{border:none!important;}

    #17931

    ros87

    subscriber

    Thanks I appreciate it! Also is there any way I can put a color on the sides, just like the site above, preferrably a light grey color?

    #17932

    Towfiq I.

    administrator

    you mean the background color? You can change the background color from Appearance> Backgrounds

    #17933

    ros87

    subscriber

    Yeah. I meant just like the sides of the site. I want the main background to be white. Just the sides to be grey like the picture above.

    #17934

    Towfiq I.

    administrator

    sorry, not possible.