• Hi,
    I am working on my website and I have a question about moving the side bar to the left side of the screen. Is there any plugin that allows me to move the content of the page around?

    thanks a lot,
    Mahsa

    here is the website:
    memastudio.ca

Viewing 2 replies - 1 through 2 (of 2 total)
  • No – there isn’t such as plugin as far as I know. Also, do not edit the Twenty Twelve theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. First either create a child theme for your changes or install a custom CSS plugin.

    Thread Starter memastudio

    (@memastudio)

    Thanks.I have created the child theme and modify that.
    How can I move it by changing the code?
    I have currently this in my child theme style sheet/Editor

    /*
    Theme Name: Child of Twenty Twelve
    Theme URI:
    Description: Cool child theme based on 2012
    Author: Mahsa
    Template: twentytwelve
    Version: 1.1.1
    */

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

    .entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
    }
    /* Sidebar */

    .widget-area .widget p,
    .widget-area .widget li,
    .widget-area .widget .textwidget {
    font-size: 15px;
    font-size: 1.07571429rem;

    .widget-area .widget a:hover {
    color: rgb(247, 16, 16);
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving the contents around’ is closed to new replies.