Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1094801
    bedingfield
    Participant

    Hi there.

    I have a minor tweak I need on my blog/archive index page. In the boxes there excerpt is not full width. I would like it same width as the image just above it.

    I am aware I have a style – .blog-width that controls content width of single blog pages.

    .single-post .blog-width
    /* ,.archive.tag .hentry */ {
        margin: 0 auto;
        width: 70%;
    	}

    How would I make index full width without affecting my single blog page width?

    http://elyrunners.club/category/race-report/

    Thank you

    #1094937
    Lely
    Moderator

    Hi There,

    Please update this CSS:

    .blog .entry-wrap .x-container.max.width.offset, .archive .entry-wrap .x-container.max.width.offset {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    To this:

    .blog .entry-wrap .x-container.max.width.offset, .archive .entry-wrap .x-container.max.width.offset {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100% !important;
    }

    Hope this helps.

    #1096525
    bedingfield
    Participant

    great. Thank you.

    #1096545
    Rad
    Moderator

    You’re welcome!

  • <script> jQuery(function($){ $("#no-reply-1094801 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>