Forum Replies Created

Viewing 20 posts - 21 through 40 (of 56 total)
  • Author
    Posts
  • in reply to: Center site-header #86977
    husker
    Participant

    Hi Pratik,

    Yes the code got me almost there.

    I had to change the max-width to 990px so that Social Icons would stay in line on Ipad Portrait mode and not center below. It stays looking like the desktop.

    Then I noted the Site Title and Site Description were not exactly centered but close.

    I then set padding to 0 0px; for #site-branding in the (iPad Portrait) CSS Code. This moved them closer to center.

    It seems the Site Title maybe still be a bit left and not perfectly centered. Is there any more padding that could be affecting the Site Header? It is close.

    Maybe it is just my eyes.

    http://bayareahuskers.org/wp/

    Thanks

    Brian

    in reply to: Ipad Landscape Menu #86905
    husker
    Participant

    Sorry to bother you, I found it at


    @media
    screen and ( max-width: 1200px ) {
    .menu.catchresponsive-nav-menu li a {
    font-size: 13px;
    }
    }

    I changed font from 14 to 13 and it lined up.

    in reply to: More White Space #86895
    husker
    Participant

    Hi again Pratik,

    This was more of an issue until i was able to get the 3 featured content to display correctly for my 3 columns and going to single column on Ipad Portrait and Iphone in all modes.

    Thank you and i will do an excellent review for all the work you guys do and provide.

    in reply to: Center site-header #86894
    husker
    Participant

    Hi Pratik,

    For sure I need to center #site-header for Iphone Portrait and Landscape and Ipad Portrait.

    Since desktop and Ipad Landscape are 3 wide, they look ok with a left #site-header.

    I realize this may be involved, but I like where the social icons are located on all devices currently.

    Brian

    in reply to: Landscape Iphone View #86860
    husker
    Participant

    I think i am closer now that I added back in the the code below this code to change the column widths. I do see one column on iphone landscape and Ipad portrait and my 3 columns fit images and text better on Ipad and devices i checked.

    .featured-content-image {
    text-align: center;
    }

    @media
    screen and (min-width: 991px) {
    #featured-content.layout-three .hentry {
    width: 30%;
    }

    #featured-content.layout-three .hentry:nth-child(3n+2) {
    width: 40%;
    }
    }


    @media
    screen and (max-width: 990px) {
    #featured-content.layout-three .hentry {
    width: 100%;
    }
    }

    I also still have this code in CSS you previously provided.


    @media
    screen and (max-width: 640px) {
    #featured-content.layout-four .hentry, #featured-content.layout-three .hentry {width: 100%;

    }

    }

    Check it out

    http://bayareahuskers.org/wp/

    Brian

    in reply to: More White Space #86849
    husker
    Participant

    Hello,

    http://bayareahuskers.org/wp/

    The left and right gray area like on the home page. Can one have a slightly larger white main area and less left background on left and right? It would help across all devices.

    Brian

    in reply to: Landscape Iphone View #86781
    husker
    Participant

    Hello,

    There was no effect on the landscape mode, all three featured content pages are still side by side.

    http://bayareahuskers.org/wp/

    Brian

    in reply to: Menu and Child Menu background Color Across Devices #86750
    husker
    Participant

    Yes I did the update with no problems.

    Brian

    in reply to: Menu and Child Menu background Color Across Devices #86713
    husker
    Participant

    When it is made available in WordPress I will update. It is not there yet?

    Thanks

    Brian

    in reply to: Menu and Child Menu background Color Across Devices #86691
    husker
    Participant

    I did move mobile menu to the left. Much better.

    I did try the scroll issue code and it helped see the bottom menu page but Menu Labels disappear and come back as you scroll.

    I will leave code in so you can see as I have not made site live yet.

    Brian

    in reply to: Menu and Child Menu background Color Across Devices #86637
    husker
    Participant

    Can we resize the mobile menu so it does not extend to the bottom of the iphone? Font could be smaller and still be seen.

    in reply to: Menu and Child Menu background Color Across Devices #86636
    husker
    Participant

    I got the colors to work.

    There may be an issue with the mobile menu. Try and access the last Menu Item – 2015 Past Events om my page with your phone.

    http://bayareahuskers.org/wp/

    I have a hard time scrolling down to that last menu item on the Iphone? Is it me or is there an issue?

    There is parent Events and child Upcoming Events and 2015 Past Events.

    Brian

    in reply to: Menu and Child Menu background Color Across Devices #86573
    husker
    Participant

    I used the code and was able to play around and get all phone menu pages to be red.

    I however can not get the text color to change using color: #fff;

    It stays black. I tried adding color to several lines and no change in menu text color.

    Is something missing?

    http://bayareahuskers.org/wp/

    in reply to: Menu and Child Menu background Color Across Devices #86425
    husker
    Participant

    I got the ipad mobile to work but still not sure how to affect the iPhone mobile menu.

    All pages show grey with black font no matter what I try when you click menu.

    http://bayareahuskers.org/wp/

    in reply to: Social Link Color #86398
    husker
    Participant

    Yes that worked.

    Brian

    in reply to: Mobile Menu Location and Customization #86063
    husker
    Participant

    Just msking sure i did it right. Mark it completed. You guys are great. Thanks again.

    in reply to: Mobile Menu Location and Customization #86056
    husker
    Participant

    Ok I changed the code in CSS as follows. I moved .mobile-menu-text code to be below the #mobile-header-left-menu and that seemed to work. is that correct?

    .mobile-menu,
    .mobile-menu-anchor,

    #mobile-header-left-menu {
    float: right;
    }

    .mobile-menu-text {
    display: Menu; display: inline-block;
    vertical-align: top;

    }

    #mobile-header-right-menu {
    float: right;
    }

    .mobile-menu-anchor a.genericon-menu,
    .mobile-menu-anchor a.genericon-menu:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #cc0c2f;
    font-weight: bold;

    }

    in reply to: Mobile Menu Location and Customization #86052
    husker
    Participant

    Ok, i am close. I am seeing the mobile menu on my desktop and on iPhone as expected.

    Here is the code I am using in CSS. What needs to be corrected to only see the mobile menu on iphone devices?

    .mobile-menu,
    .mobile-menu-anchor,
    .mobile-menu-text {
    display: Menu; display: inline-block;
    vertical-align: top;

    }

    #mobile-header-left-menu {
    float: right;
    }

    #mobile-header-right-menu {
    float: right;
    }

    .mobile-menu-anchor a.genericon-menu,
    .mobile-menu-anchor a.genericon-menu:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #cc0c2f;
    font-weight: bold;

    }

    http://bayareahuskers.org/wp/

    Brian

    in reply to: Footer Addition #85852
    husker
    Participant

    I added the above code as you provided. I replaced ‘Some Custom Text’ with Bay Area Huskers and my random text did not show up after updating the functions.php child theme file.

    All I still see is the default Footer. I should see Bay Area Huskers twice, correct?

    Copyright © 2016 Bay Area Huskers. All Rights Reserved. | Catch Responsive by Catch Themes

    bayareahuskers.org/wp/

    Brian

    in reply to: Footer Addition #85582
    husker
    Participant

    As A test, I tried to just add a 3 in front of ‘All Rights Reserved’ on the main theme on main Theme default-options.php and I could not even get that to work?

    Where do you add simple text in free version?

    Brian

Viewing 20 posts - 21 through 40 (of 56 total)