Featured Image

Home Forums Business Club Pro Featured Image

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #499
    Anonymous
    Inactive

    I’d like to change how the featured image for my pages is displayed.

    Rather than sitting centred on the page with vacant space between it and the header, I want the featured image to display at the full width of the page and sit directly under the header with no white space.

    Here is the site I am working with: http://new.ccesm.com.au/commercial-equipment-sales/

    Can I please have some help? I’ve tried installing a few different plugins but I’m not getting the look I want.

    #500
    Axle Support
    Moderator

    Hello,

    Please add the below given CSS to Dashboard -> Appearance -> Customize -> Additional CSS

    body.global-layout-no-sidebar div#content > .container {
        width: 1440px;
    }
    
    #content {
        padding: 0;
    }

    Hope this helps.
    Regards.

    #504
    Anonymous
    Inactive

    Thanks! It didn’t work putting it in CSS to Dashboard -> Appearance -> Customize -> Additional CSS but having that bit of code helped me work out where and what I should be changing. It looks great now.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.