Contact Page

Discussion in 'Infoway WordPress Theme' started by robert l, Nov 17, 2013.

Thread Status:
Not open for further replies.
  1. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to template-contact.php present in your theme directory and follow the instruction as shown in image given below

    2013-11-18_1340.png
    2013-11-18_1341.png


    This will solve your issue.
     
  3. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Hello,

    Almost worked. Thanks.

    However, for some reason, my header graphic is still displaying in a reduced size, even though the actual size is 948 px wide.

    It's as if it is reducing it because it's treating the header graphic as if in a page with a right column.

    Please review:
    http://www.regeneratingamerica.com/contact-us/

    How do I fix?

    Thanks ~ Robert
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar img {
    max-width: 100%;
    }
     
  5. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Something is goofy. The Header Graphic is shifted to the right and bleeding off the page

    Also, the Comments box is wider than the page, bleeding off the right side of the page, too.

    http://www.regeneratingamerica.com/contact-us/

    Any suggestions?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #contactForm textarea{
    width:73%!important;
    }
     
  7. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    Worked great, Gourav! Thanks!
     
Thread Status:
Not open for further replies.

Share This Page