• Resolved ellech

    (@ellech)


    I have several questions regarding the layout of a news “Site” in the Portum Template.

    I created a new site (not a post) and Portum shows it like it’s a blogpost. The site displays the header picture I set under “Customizing” as the blogpost-pic. How do I get Portum to show the featured image of a page instead?

    And how can I change the design so it does not show 50% image, 50% menu and the site-title not sitting on top of that picture? Printscreen of Header of a Site (not a Post)

    Can I change the appearence of the concent of this Site somehow? Can’t figure out why it’s only using about 10cm of the screen to display the text.
    Printscreen of layout of new Site

    And last question: Is there a way, that the Logo does not sit on top of the site image? I haven’t set a Logo for the whole website so far because it sit’s on top of everything and I don’t want to have literally everything over the pictures.

    Thnks
    Michelle

    • This topic was modified 5 years, 7 months ago by ellech. Reason: Printscreens added

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. To display the header image full width please add the following code in Additional CSS:

    .custom-header img {
        width: 100%;
    }

    2. Every page and post will display the same header image unfortunately. This is how Portum works at the moment.

    3. To make the page full-width please add the following code in Additional CSS:

    .page #content .col-sm-8 {
        width: 100%;
    }

    All the best,
    Mihaela

    Thread Starter ellech

    (@ellech)

    You made my day!!! I really love the functionalities of Portum, I just had some some ?issues? with the appearance ??

    Glad I did not switch to another theme. I really, really appreciate the support you provided @mplusb!

    It was a pleasure!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show featured image (on Sites and Posts)’ is closed to new replies.