Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #108651
    Lars
    Participant

    Hello
    We have a couple of questions related to layout of featured content and the header image that we would very much appreciate your comments to:

    1. Featured content – Is it possible to reduce the size of the featured post content/column width (say, each post/column to 15%) but such that it still remains centred on the page and preferably such that the total width of the featured content still is the same as the page content.

    2. Header image – Is it possible to expand/stretch the header image width to full screen

    Our url is. http://energyfaculty.com

    Kind regards

    Lars

    #108708
    Mahesh
    Keymaster

    @mbd: Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:

    #header-image img {
        width: 100%;
    }
    #featured-content .featured-content-wrap img {
        width: 70%;
    }

    Regards,
    Mahesh

    #108721
    Lars
    Participant

    Mahesh
    Thank you for your expedient reply and excellent service.

    Is it possible to centre the featured post image within each column and also to have the same width for the featured content title/text (featured post title) as the image?

    Kind regards

    Lars

    #108727
    Mahesh
    Keymaster

    @mbd: The images in featured post are already centered. For same with for featured content title/text as image, add the following CSS:

    #featured-content .entry-container {
        margin: 0 auto;
        width: 70%;
    }

    Regards,
    Mahesh

    #108730
    Lars
    Participant

    Mahesh

    Excellent!
    Thank you very much.

    Kind regards,

    Lars

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Catch Flames Pro – Featured content and header image layout’ is closed to new replies.