• mrppp

    (@mrppp)


    Using custom css
    How can i move content to left (make slightly larger) and move secondary widget are to the right more. Giving me more screen for content?
    Found

    .sidebar .entry-header,
    .sidebar .entry-content,
    .sidebar .entry-summary,
    .sidebar .entry-meta {
    	max-width: 50%;
    	padding: 0px 20px 0px 20px;
    }

    Which i can play with for content but i need to move the widget area further right

    Would it be something here i need to change in my child theme`

    .site-main .widget-area {
    	float: right;
    	width: 300px;
    }
    
    /**
     * 6.1 Widgets
     * ----------------------------------------------------------------------------
     */
    
    .widget {
    	background-color: rgba(247, 245, 231, 0.7);
    	font-size: 14px;
    	-webkit-hyphens: auto;
    	-moz-hyphens:    auto;
    	-ms-hyphens:     auto;
    	hyphens:         auto;
    	margin: 0 0 24px;
    	padding: 20px;
    	word-wrap: break-word;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Let’s see your site

    Thread Starter mrppp

    (@mrppp)

    i can’t it is on local host currently

    Thread Starter mrppp

    (@mrppp)

    basically if i can move the widget area further right, i can play with other code for content, i want widget area say 20px in from margin on right (padding)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you link to a page on the theme’s demo site that has this widget area

    Thread Starter mrppp

    (@mrppp)

    Trying to find one basically the theme using its widget area

    Thread Starter mrppp

    (@mrppp)

    ok this is similar (based on twenty thirteen http://wordpress.org/themes/wp-rootstrap

    So the widget area moved to right when viewed on larger screens such 1920 x 1080
    Looks fine on say a 1280 x 1024 but all moves centre on larger screen

    Screen shot
    http://tinypic.com/r/xbla4h/8
    Lots of white space to right of widget area, and left of content
    Think i need to work on

    .widget-area {
    float: right;
    width: 300px;
    }

    Or some padding preventing it moving further right

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘twenty thirteen’ is closed to new replies.