New Landing How can we help? Themeforest Theme Support Dante Quote Post Format Looks Horrible On Mobile

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #117205
    Joe Jerde
    Member
    Post count: 17

    Hello, if you go to my blog page on mobile… http://domynt.com/blog

    You will notice that the quote post looks horrible and way too big for that screensize.

    Is there anyway to fix this to make it look better on mobile screens?

    Thanks.

    #117234
    Joe Jerde
    Member
    Post count: 17

    Bump. No support? I see other threads are being answered.

    #117366
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 479px) {
    .spb_impact_text .spb_call_text, .impact-text{text-align:center;}
    .mini-items .mini-alt-wrap .quote-excerpt:after{font-size:20px !important;}
    .mini-items .mini-alt-wrap .quote-excerpt:before{font-size:20px !important;}
    .mini-items .mini-alt-wrap .quote-excerpt {padding: 0 54px 20px !important;}
    .blog-item .quote-excerpt{font-size:14px !important;}
    }

    Thanks
    Mohammad

    #117379
    Joe Jerde
    Member
    Post count: 17

    Thanks sir, looks much better. The comment icon and like this icon are still out of the container though on my iPhone 5S in portrait. Landscape they look fine. So something is still squeezing them out.

    #117412
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (max-width: 767px) { 
    .format-quote .blog-item-details {
      display: none!important;
    }
    }

    – Kyle

    #117423
    Joe Jerde
    Member
    Post count: 17

    Thanks, quote post on mobile looks perfect now. ๐Ÿ™‚
    But I do have one more issue with the mobile look. The article image is off size. See attached screenshot…

    Attachments:
    You must be logged in to view attached files.
    #117426
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    @media only screen and (max-width: 767px) {
    .has-no-sidebar .mini-items .blog-item figure {
      width: 100%;
    }
    }

    – Kyle

    #117427
    Joe Jerde
    Member
    Post count: 17

    Thanks Kyle and Mohamad. You guys are wizards of code. I hope the dev is paying you well. ๐Ÿ™‚

    #117431
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register