Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • CFarone
    Member

    Sorry, Sakin…there was some issue with the GoDaddy server earlier. You should be able to see the site now.

    in reply to: Issues with masthead or hgroup-wrap not resizing properly #6330
    CFarone
    Member

    Hey, Sakin

    Thank you for the reply and your kind comments about my web site in progress.

    Unfortunately, making the hgroup-wrap padding bottom zero did not work for some reason.  As a test I also used the same recommended code in all @media sections and the original padding still appears on the hgroup-wrap when I look at it on Firebug.

    After some experimenting what did remove that white space above the menu bar was the following code:


    @media
    only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)
    and (orientation : portrait) {
    /* iPhone Portrait */

    #hgroup-wrap {
    max-height: 270px;
    }
    }

    I am not sure why that worked and I am EXTREMELY hesitant about using an actual height number in any @media as I know how touchy responsive modes can be.

    Any thoughts as to why the padding-bottom zero code did not work would be appreciated.

    I love this theme and appreciate your help in making it my vision.

    in reply to: Issues with masthead or hgroup-wrap not resizing properly #6055
    CFarone
    Member

    Hi, Sakin…

    Just wondering if there is any additional information I need to give to you regarding this issue.

     

    in reply to: Adding boxes around individual widgets #5495
    CFarone
    Member

    Thank you, Sakin…that CSS worked perfectly.

    I really appreciate your assistance.

    in reply to: Adding boxes around individual widgets #5313
    CFarone
    Member

    I’m sorry – I didn’t mean Catch Forest – the site is CATCH EVEREST.

    in reply to: Add an additional sidebar #5235
    CFarone
    Member

    Thank you for your response. Unfortunately when I posted my question I was not using the correct WordPress terminology (I appreciate your patience as I learn the WordPress lingo). I am going to start a new post with my correct question.

    in reply to: Need help removing posts from home page #5180
    CFarone
    Member

    Thank you…I realized that what I was seeing was actually the page “title” below the featured boxes and I was able to remove that from showing without effecting the other pages.

Viewing 7 posts - 1 through 7 (of 7 total)