Tagged: x
-
AuthorPosts
-
July 20, 2016 at 12:37 am #1094801
bedingfieldParticipantHi 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
July 20, 2016 at 2:56 am #1094937
LelyModeratorHi 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.
July 21, 2016 at 12:39 am #1096525
bedingfieldParticipantgreat. Thank you.
July 21, 2016 at 1:08 am #1096545
RadModeratorYou’re welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1094801 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
