• Resolved triplemaya

    (@triplemaya)


    I am using magazine basic without any sidebars. It was working perfectly under wordpress 3.5. Updated to the latest version and updated the theme also. (I now see it is probably not a great idea to do both at once without checking through everything.)

    It is now not possible to have 100% width of the text on the page, only the highest setting 83%. Before all I did was set to no sidebars and the text filled the page 100%.

    I have commented out all sidebar code but this does not change the situation. Also found a suggestion to place an empty text widget in one sidebar but this does not change anything either.

    Site is avantgardescience.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello triplemaya,

    In theme their must setting for applying full width of page which will solve your problem because though you have commented the sidebar in you page the page wrapper has class=”c10″ and in css the ‘c10’ class has width defined is 83.33% so that why its taking 83%.

    So please check the theme setting or Either add the below code of css in your theme style.css file
    #primary {
    width: 100%;
    }

    Thanks

    Thread Starter triplemaya

    (@triplemaya)

    Thank you so much.

    I was looking at those class values but could not see a way to set them in the code. (I guess I should have tried just making class c10 into 100% but of course that is just going to get removed with each update.) (I am now installing jetpack so I can add custom css properly but was a bit committed to getting things working right first.)

    Learning WordPress seems a bit of a steep learning curve, but supportive help like this from members makes it very doable.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘100% width for text on pages’ is closed to new replies.