Reducing right sidebar and increasing picture size
-
Hi,
How can I increase the size of my pics and reduce the width of the right sidebar? I’m using the Reddle theme.The blog I need help with is: (visible only to logged in users)
-
Hi, give the following a try. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. Also in the Media Width field below the CSS entry area, enter 600.
#main .widget-area { margin-right: 0; } #main .widget-area .widget { margin-left: 5%; } .secondary #content { margin-right: 38%; } #page #main .widget-area { background: #fff; } -
-
- The topic ‘Reducing right sidebar and increasing picture size’ is closed to new replies.