• I am trying to adjust the width of my columns on my blog.

    I know I have to go to the Editor and change something, but is there a guide that someone can supply me with to help with this modification and others? I know Python pretty well, but I understand wordpress/php is a different language.

    Thanks for the help.
    -Paul

Viewing 4 replies - 1 through 4 (of 4 total)
  • Goto
    /wp-content/themes/expound/css/expound.css?v=20140129

    Line num 36

    #page {
      background: white none repeat scroll 0 0;
      margin: 40px auto;
      width: XXX ; // Container width in px ie: 1250px
    }

    Update this line. But its not recommended way try to solve it with child theme

    Thread Starter Liberty1100

    (@liberty1100)

    I’ll try that. What’s the difference between a child theme and a parent theme by the way?

    Child theme is additional features with that parent theme.

    If you edit parent theme core files, It ll be overwrite when you update parent theme

    https://codex.www.ads-software.com/Child_Themes

    Thread Starter Liberty1100

    (@liberty1100)

    oh okay. What is a good way to test out my modifications. Can I create a subdomain? Thinking something like dev.smartgadgetsHQ.com?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Adjust Columns’ is closed to new replies.