Changing which widgets show on certain pages

  • garyc

    #29947

    Yes, I opened ‘Editor’ in Appearance, and in the ‘Graphene Child Theme: Stylesheet’ window, I now have:

    /*

    Theme Name: Graphene Child Theme

    Description: Child theme for Hackney Tools

    Author: Gary

    Template: graphene

    (optional values you can add: Theme URI, Author URI, Version)

    */

    @import url(“../graphene/style.css”);

    .page-id-354 .content-main {width: 700px;}

    I’ve updated the file and refreshed the page, but no change? Hmmm.

    Anonymous

    #29948

    Try this:

    #post-354 .post {width:60% !important;}

    garyc

    #29949

    Hmmm, no change either. Have I done something incredibly stupid (very likely), in the way I’ve saved the file, as a post, or something? Am I trying to affect something, that is in fact something else???

    Anonymous

    #29950

    Take my last code and enter it into your custom css option…

    admin panel -> graphene -> “display” tab -> custom css

    Just enter the code i posted and save.

    Anonymous

    #29951

    What is the EXACT folder name of the folder where you are storing your graphene child theme.

    garyc

    #29952

    Yup, ok done that. Code put into Custom CSS window, saved, and page refreshed. No change either. Sorry!

    garyc

    #29953

    div in source seems to be

    <div class=”entry-content clearfix”>

    ??

    Anonymous

    #29954

    No.

    Send me your login details via my personal contact form here:

    http://www.joshlobe.com/contact-me/

    Include your admin login url, admin level username and password, and briefly explain so I know who you are in the email.

    garyc

    #29955

    httpdocs > wp-content > themes > graphene-child-theme

    I used ‘One Click Child Theme’ to build it tho’

    ronangelo

    #29956

    Have you tried this in the Custom CSS option.

    .post-354 .post {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    }

Viewing 10 posts - 11 through 20 (of 26 total)

  • You must be logged in to reply to this topic.