Increase Sidebar Width for Ads + Update Question

January 2013 WordPress Theme
GK User
Thu Mar 14, 2013 4:16 am
I've had issues with my ad implementations overlapping some of my content because the sidebar isn't wide enough. As a result, some of my Google ads no longer appear (but my Burst media ads do). Is there any way to increase the width of the sidebar for articles but not on the main page?

Also, is there a timetable for an update for the theme?

My site is http://tvsourcemagazine.com/
User avatar
Senior Boarder

GK User
Thu Mar 14, 2013 10:21 am
Hi,

Currently there is no options to increase the sidebar width for specific pages, but you can try to use the following CSS code:

Code: Select all
body.single-post #gk-page-wrap #gk-mainbody-columns > section {
    width: Xpx!important;
}

body.single-post #gk-page-wrap #gk-mainbody-columns > section {
    width: Ypx!important;
}


Where Y is a new sidebar width and X is equal 100-Y (it is width for the content column).

Regarding the updates - last week we have released an update: https://www.gavick.com/updates/template ... ,1112.html
User avatar
Administrator


cron