• The sidebar currently occupies 30 per cent of my page. Could I push the sidebar further to the right and make it narrow?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Takao Utsumi

    (@utsumit)

    Please add the following code to Additional CSS.

    @media screen and (min-width: 980px) {
    	.content-area {
    		width: 68.5%;
    	}
    	.sidebar-area {
    		width: 20.78%;
    	}
    }
    Thread Starter pribor

    (@pribor)

    Thank you. However, this addition to the CSS is possible only through a paid update to the Graphy theme. And not sure if this update is one-time thing to be done at a steep cost of $49. Or does the update have to be renewed annually?

    Theme Author Takao Utsumi

    (@utsumit)

    You can add the code even though you use the free version of Graphy.
    We only charges for the Graphy Pro at purchase time. Support and updates are included and there are no additional charges.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Narrowing sidebar’ is closed to new replies.