Hello experts,

I change Marinelli theme to fulfill my requirement, it is 1004px width. Where left sidebar, content in middle, and right sidebar.

But I have no experience on grid system. So I can't fit design with my expectation. I attach customize theme, which I modified.

How I can change to Left + Right Sidebar - 200px and content 600px.

Regards
Jakaria

CommentFileSizeAuthor
Theme 1004px.jpg317.88 KBjakaria

Issue fork marinelli-1373368

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

    Support from Acquia helps fund testing for Drupal Acquia logo

    Comments

    djsagar’s picture

    Issue summary: View changes
    Status: Active » Needs review

    Hi instead of px you can use % it will help you a lot.

    BhumikaVarshney’s picture

    Try this!
    #siteContent{
    width: 60%;
    }
    .sidebar{
    width: 40%;
    }
    Instead of pixel using percentage for width is better option.