Are you sure that your template is already full width?
Give me the URL so I can help you better.
If I add images for the slider those images would display at full width. But the slider images are displayed below the menu menu and I would like to display images above the menu.
For example: I inserted the same image into these two pages:
In the theme slider here http://www.themasterstouchcreations.com/blog/home-practice/
and
in the WP Header plugin here http://www.themasterstouchcreations.com/blog/product-category/overlays/
The difference between two examples is:
Full width example is having a div with id “main” which is 100% wide.
The other example regarding my plugin is having a div with class”container” which is not 100% wide. Please check it.
I tried looking for the code to edit div container. How do I check it? Where do I find the information?
It’s difficult for me to guide like this. Can you please reach me through my blog?
Click here
This code will work for you:
<style>.archive div.container{ width:100%; padding:0; }</style>
You need to put it inside footer.php or maybe header.php