Make All Pages Full width

  • Posted in : Bloggy WP
  • julianazhou0601
    Participant

    Hello,

    Apologies if the questions are basic. I’m not familiar with CSS. I have two questions.

    1. I’d like to make my home page a full width page. At the same time the page should be showing the latest blog posts.

    So far what I did is I created a Page named Home, selected the Full Width Template, went to Settings ->Reading, then set the Front Page to A Static Page with “Home” chosen. This made the page Full Width but now it is a static page. I had also wanted the latest blog posts to show. How can we do this?

    2. Space above menu that includes the title text –
    a) Would it be possible to make the space have background colors (such as black), instead of the white color?
    b) Is it possible to insert an image in that space, instead of having title text?

    Please let me know if you can help.
    Thank you very much,

    ahmetsali
    Keymaster

    Hi,

    1-) try this custom css code;

    .readable-content {
        max-width: none;
    }
    

    if it doesn’t suit you, provide your page url.

    2-) a-) You can try this custom css code;

    .site-header .row {
        background: #eee;
    }
    

    b-) You can use image logo in the header: Theme Options > General > Image Logo.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register