• Resolved poetjwall

    (@poetjwall)


    So, I have a few issues I hope you can help me with. Here is a link to my Google Drive and contains some screenshots. We have the dev site on an internal system for now so you cant see the site live.

    https://drive.google.com/folderview?id=0B8ecjjH7MVBvMzVPTUNDYWhRc28&usp=sharing

    First problem. On mobile dimensions, I can’t see the + button to bring up the mobile menu anymore. There is no navigation on mobile.

    2nd problem. On mobile. The Blog section. The blog posts, instead of appearing in a nice uniform block method, appear side by side as they would on the desktop version, and they extend vertically, the images also distort because of this.

    And last problem, is on the blog section circled in black on the screenshot. These icons, the fa images are not aligned vertically correctly.

    Any help would be greatly appreciated. Thanks.

Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please share site URL.

    Thank You

    Thread Starter poetjwall

    (@poetjwall)

    Its internal. I cant share it yet. Thats why I provided the screenshots. You can set a hosts file up to point to fogodatacenters.com and ip 199.68.189.174.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Where is screen-shot?

    If possible to provide site URL so that we can assist you better.

    Thank You

    Thread Starter poetjwall

    (@poetjwall)

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    I think you are using a “Child-Theme”.

    Please try below CSS Rules into Custom CSS Editor:

    @media only screen and (max-width: 320px) and (min-width: 220px){
    .mobile_menu_trigger {
        right: 0%;
    }
    }
    @media only screen and (max-width: 992px){
    .filter_item_block {
        width: 50% !important;
    }
    }
    @media only screen and (max-width: 768px){
    .filter_item_block {
        width: 50% !important;
    }
    }
    @media only screen and (max-width: 480px){
    .filter_item_block {
        width: 100% !important;
    }
    }
    .blog_grid_con {
        border-width: 1px 1px 1px;
    }
    .blog_grid_format i{
        line-height: 40px;
    }

    Save the changes.

    Hope it will work for you.

    Thank You

    Thread Starter poetjwall

    (@poetjwall)

    That fixed everything but the mobile button trigger. Some reason the mobile menu + button has disappeared.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please provide site URL so we can check it.

    Without site URL we can’t provide exact solution.

    May be you have modified something. that why its not showing on mobile devices.

    Hope you understand.

    Thank You

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi @poetjwall,

    You didn’t reply of our last post, is your problem is resolved? can we mark this ticket as solved?

    Please let us know.

    Thanks

    Thread Starter poetjwall

    (@poetjwall)

    Ok, the site is live. Now you can check out the mobile version and notice that the button to show the nav menu is missing on mobile.

    Thread Starter poetjwall

    (@poetjwall)

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Put below css rules in custom css editor field or at the end of style.css file

    @media screen and (max-width: 992px){
    .mobile_menu_trigger {
    display:inline-block !important;
    }

    Now check your site.

    Thank You

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

The topic ‘Few issues with formatting’ is closed to new replies.