• rollswetlogs

    (@rollswetlogs)


    I wanted to know how to scale the post width. I know some themes let you set a minimum and a maximum width depending on the screen its being viewed on, and I was hoping to scale it to be about 80% of what it is now.

    Additionally, if anyone knows how to adjust header images so they aren’t so blown up, that would be appreciated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @rollswetlogs

    Thanks for using Magazine 7.

    To change the width of the content area, kindly add the below CSS codes on Appearance > customzie > Additional CSS,

    #primary {
        width: 80%;
    }
    #secondary {
        width: 20%;
    }

    Next, you can change the header image from Appearance > Customize > Header Image as per the recommended size.

    Thank you

Viewing 1 replies (of 1 total)

The topic ‘Scale/change post width and header image size’ is closed to new replies.