[Resolved] Decrease the spacing between the headline and image.

Home Forums Support [Resolved] Decrease the spacing between the headline and image.

Home Forums Support Decrease the spacing between the headline and image.

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • #1675464
    David
    Staff
    Customer Support

    Glad to hear that

    #1950687
    Martyn

    This code works brilliantly. However, can you center align the image with this php snippet? I’m not sure how to do it. Thanks

    #1951039
    David
    Staff
    Customer Support

    Hi there,

    can you raise a new topic and share a link to your site where i can see the issue?

    #2112541
    Marius

    Any idea how to do this only for a certain category?

    #2113122
    Ying
    Staff
    Customer Support

    Hi Marius,

    Can you open a new topic and describe what exactly you are trying to achieve?

    And link us to your site and the certain category.

    Thanks!

    #2115019
    Marius

    David provided a solution here but that applies all over the site. My question was how can that solution be applied to a specific category.

    #2115519
    David
    Staff
    Customer Support

    Hi there,

    in that code you will see this conditional statement:

    if ( is_single() && ! is_admin() ) {

    Change that to:

    if ( is_single() && in_category('slug') && ! is_admin() ) {

    Just replace slug with the appropriate category term slug.

    #2115965
    Marius

    Awesome, worked like a charm. Thank you.

    #2116045
    David
    Staff
    Customer Support

    Glad to hear it!

    #2132507
    Roger

    I’m still not sure where to add the shortcode? The plugin is active, the PHP code created, the shortcode is available, but where do I put it?
    Sorry if I’m missing something!
    Thanks

    #2132548
    Ying
    Staff
    Customer Support

    Hi Roger,

    What shortcode is it?

    Can you open a new topic and let us know what are you trying to achieve?

    And link us to your site.

    Thanks!

Viewing 11 posts - 16 through 26 (of 26 total)
  • You must be logged in to reply to this topic.