• gulliver

    (@gulliver)


    In the ‘about the post’ info, below the tags is a thin horizontal divider.
    (Example: At https://www.andersnoren.se/themes/radcliffe/our-last-summer/, below the ‘abba, our last summer ‘ text.)

    Having removed the ‘about the author’ info, I want this to extend the full width of the info, similar to the horizontal line above the ‘about the post’ text.

    I’ve looked, but can’t see what I need to change.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You want to look at this code in the style.css file:

    .post-nav:before {
    	content: "";
    	display: block;
    	width: 32px;
    	height: 1px;
    	margin: 20px 0;
    	background: #ddd;
    }

    You want to change the width from 32px to 100%.

    Thread Starter gulliver

    (@gulliver)

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase width of horizontal line on post info.’ is closed to new replies.