Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27780
    leparaplui3
    Member

    Hi guys,
    I’ve looked everywhere but I haven’t been able to find the css coding for what I’m trying to do. I want to move the main content (ie. posts) slightly more to the left-hand side. Not sure if that’s a margin, border or padding issue. (Goal is to have as much of the text as possible on the pink part of the background)

    http://alladventurousdo.com/

    Thanks!

    #27833
    Sakin
    Keymaster

    @leparaplui3: This them is build in 978 Grid system. So, your content is already on the left. Maybe you can play with the following css.

    /* For Main Layout Width */
    #main.layout-978 {
        width: 978px;
    }
    /* For content Layout Width */
    #content.col8 {
        width: 642px;
    }
    /* For sidebar Layout Width */
    #sidebar.col4 {
        width: 306px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing the margin of the main content’ is closed to new replies.