Move content from widgets

  • Unknown's avatar

    Hello, a couple of questions:

    1) Is there a way for me to move my content so that it is more to the left and less scrunched up by the widgets? And have all the widgets in one box with a black border?

    2) How do I add date bubbles back?

    3) Is there a way for me to center my post titles and the “posted in…,” and make the text black? And add an underline

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Try this:

    @media screen and (min-width: 37.5em) {
    	.site {
    		max-width: 70em;
    	}
    }
    
    .site-main .widget-area {
    	border: 1px solid black;
    }
    
    .entry-header {
    	text-align: center;
    }
    
    .post-date {
    	display: block;
    }
    
    h1.entry-title,
    h1.entry-title a,
    .entry-meta,
    .entry-header .entry-date .entry-day,
    .entry-header .entry-date .entry-month,
    .entry-header .entry-date .entry-year {
    	color: black;
    }
    
    h1.entry-title {
    	border-bottom: 1px solid black;
    }

    Let me know if this works! :)

    Regards,

    Michael

  • The topic ‘Move content from widgets’ is closed to new replies.