Title: Full width image dimensions
Last modified: February 6, 2018

---

# Full width image dimensions

 *  Resolved [ianfoster32](https://wordpress.org/support/users/ianfoster32/)
 * (@ianfoster32)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/full-width-image-dimensions/)
 * Apologies if this is a really basic query, but what dimensions should a featured
   image be to stretch the full width of the page? I can’t find the info anywhere
   
   Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffull-width-image-dimensions%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years, 4 months ago](https://wordpress.org/support/topic/full-width-image-dimensions/#post-9944835)
 * Hi there, go to the [Dara Theme Showcase page](https://wordpress.com/theme/dara)
   and scroll down near the bottom to the Quick Specs section for image sizes.
 *  Thread Starter [ianfoster32](https://wordpress.org/support/users/ianfoster32/)
 * (@ianfoster32)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/full-width-image-dimensions/#post-9966126)
 * D’oh! Many thanks.
 * I have another query if anyone can help – is it possible to change the capitalisation
   of the menu items?
 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years, 3 months ago](https://wordpress.org/support/topic/full-width-image-dimensions/#post-9971283)
 * Hi, this will set the menu items back to “normal”.
 *     ```
       .main-navigation a {
         text-transform: none;
       }
       ```
   
 *  Thread Starter [ianfoster32](https://wordpress.org/support/users/ianfoster32/)
 * (@ianfoster32)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/full-width-image-dimensions/#post-9994357)
 * Brilliant thanks – do have a code which also transforms the capitalisation of
   the dropdown items? I’ve been playing about with .dropdown-content in the additional
   CSS but it doesn’t seem to be making a difference.
 *  [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * (@sacredpath)
 * Automattic Happiness Engineer
 * [8 years, 3 months ago](https://wordpress.org/support/topic/full-width-image-dimensions/#post-9995639)
 * Oh interesting, they did the text transform in two places. Change what I had 
   given you to this and it will take care of both cases.
 *     ```
       .main-navigation a, .main-navigation ul ul a {
         text-transform: none;
       }
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Full width image dimensions’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/dara/1.2.1/screenshot.png)
 * Dara
 * [Support Threads](https://wordpress.org/support/theme/dara/)
 * [Active Topics](https://wordpress.org/support/theme/dara/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/dara/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/dara/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [sacredpath](https://wordpress.org/support/users/sacredpath/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/full-width-image-dimensions/#post-9995639)
 * Status: resolved