• Resolved canoehull

    (@canoehull)


    Is there a way to make the featured image the full width across the top when it is a featured post (sticky post)? I would like it to look more like the older posts below it. Here is a screen shot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author GhozyLab

    (@ghozylab)

    Hi @canoehull

    Yes you can, just follow this steps:

    • Go to Theme Customize > Posts Settings > Post Images > change Image Size for Show Featured Image on blog List option to LARGE
    • Go to Theme Customize > Miscellaneous > Additional CSS > and paste the following code :
    .sticky .entry-header-cont {
        max-width: 100%;
        width: 100%;
    }
    Thread Starter canoehull

    (@canoehull)

    Perfect.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured image on featured post’ is closed to new replies.