• Resolved Dave Lang

    (@egbdaa)


    Hello
    
    I recently made a CSS change to the theme to address an issue with the entire not filling the entire width of the page. The original CSS syntax was:
    
    .search-toggle {
    
    display: none;
    
    }
    
    I was able to fix the overall width problem using the following syntax instead:
    
    #page {
    
    max-width: none;
    
    }
    
    #masthead  {
    
    max-width: none;
    
    }
    
    It seems to work for the overall width except the banner image does not use the entire width of the page leaving a blank white spot to the right of the image. Could you please help me to resize or even center this or any image horizontally on the page? I've attached a screenshot of the page as it appears in WordPress.
    
    Your assistance would be greatly appreciated.
    
    Thank you
    
    Dave Lang

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twent Fourteen Page Width’ is closed to new replies.