john hurst
asked 10 years ago

I like the DW Minion layout, but I want to reduce the size to use it in emails. I do not need the right hand column and have nothing set for it, however, the overall size of the screen is still too wide for email format. How can I adjust the width and get rid of the right column so it works in emails
thanks
John Hurst

john hurst
replied 10 years ago

Dominic, I did a google search on the problem of page width and found this solution which seems to work, but is it the best method? Thanks for the help – John
body {
margin: 0 auto;
max-width: 800px;
}

.primary-inner {
margin-right: 30px;
}

#secondary {
display: none;
}

john hurst
replied 10 years ago

Hi Again, Dominic. Things are going well as I learn this template. My next question I can’t seem to find is how do I change the column width of the column on the left of the main content? I want to reduce it a little.
Thanks

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, below is our instruction:
Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.primary-inner {
    margin-right: 30px;
}
#secondary {
    display: none;
}

Hope this helps ! 

john hurst
replied 10 years ago

Thanks Dominic. That was great. It worked wonderful for removing the right hand third column. How do I now reduce the size of the overall page so I can use it in emails. I want to reduce the overall width so in emails it isn’t too wide.
John

Dominic Staff
replied 10 years ago

You can tell me detail about this issue, you can send me a screenshot and your site for further checking.

john hurst
replied 10 years ago

That would be wonderful, how do I send the file and screenshot to you

Dominic Staff
replied 10 years ago

You can add your image here: http://imgur.com/ then copy link and send me your link to image.

Powered by DW Question & Answer Pro