Okay
  Public Ticket #4023816
blog category tags cut off on mobile
Open

Comments

  •  10
    Ingrid started the conversation

    Hi guys,

    For some reason the icons for the blog category on the top of a post get cut off on mobile. Any idea why and can I fix it? Or is there a way to remove it altogether.

    Thanks!

  •  3,225
    Andrew replied

    Hi Ingrid,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel:

    .single.single-post .container-wrap {
        padding-top: 20px;
    }

    Try that and let us know how it goes.

    Thanks,

  •  10
    Ingrid replied

    Hi Andrew - thanks for this, however, it just added padding to the top, the issue is that it is getting cut off on the sides. Is there a way to reduce the padding on the sides or size of the icons. Additionally is there a way to remove the categories from the headers altogether?

    Thanks!

  •  3,225
    Andrew replied

    Hi Ingrid,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel to remove the category tags.

    .featured-media-under-header__cat-wrap {
        display: none;
    }

    Try that and let us know how it goes.

    Thanks,

  •  10
    Ingrid replied

    Perfect.  Thank you!

  •  3,225
    Andrew replied

    Hi Ingrid,

    Thank you for getting back to us.

    I'm glad we could assist. Feel free to contact us if you have any other queries.

    Cheers,