Wider text pages in Foxy?

Support Area Forums Foxy Wider text pages in Foxy?

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #5131
    Giulio Sciorio
    Participant

    Was wondering if its possible to make the text pages of Foxy wider then default. I would the main page width to stay the same but would like the posts when clicked on the have a wider margin if possible.

    #5132
    Bill Robbins
    Moderator

    Great question. You can make the single post view wider. Here’s how.

    1) Go to the theme options page and select the “Styling” tab.
    2) Select “Yes” from the drop down at the top to include custom styling.
    3) Scroll down to the very bottom until you see a box called Custom CSS
    4) Paste this into the box:

    
    .single .page-content {
    	margin-right: 0;
    	width: 680px;
    }
    

    5) Save your changes.

    That should leave the listing of your posts alone, but make the single view wider. If you need to adjust the width, just change were it says width: 680px; to a different width in pixels.

    Let me know if you have any trouble.

    #5146
    Giulio Sciorio
    Participant

    Thanks Bill!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Wider text pages in Foxy?’ is closed to new replies.