Container width in Adventure premium theme
-
Hi,
I am trying to change the width of my container to a wider width. The CSS hidden comments told me that the content is set at 640px. I want my container to be 800-850px and my sidebar to also be wider. I have tried px and %. I have tried #container, div#container, #siderbar, #wrapper. I feel lost on have to make this work.Can somebody help me please?
The blog I need help with is: (visible only to logged in users)
-
Hi there, right now I’m seeing that you have the content/sidebar container div (.row) set to a maximum width of 1000px in your custom CSS.
If you wish to change the widths of the content and sidebar area, add the following two rules and you can adjust the two as desired. The first is the content area and the second is the sidebar.
.row .eleven { width: 68.75%; } .row .five { width: 31.25%; }
- The topic ‘Container width in Adventure premium theme’ is closed to new replies.