New Landing How can we help? Cardinal Various Issues with the theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Cardinal
  • #317149
    taimoormk
    Member
    Post count: 4

    There are a few issues with the template;

    a. The logo on the blog roll and individual blog pages appear as stretched.

    b. Mobile view of all blog posts show up a header with a H1 tag heading of the blog. We need to reduce the size of the heading without affecting the size of H1 used anywhere on the website.

    c. On the header, underneath the heading, blog categories appear, we need to relocate that to somewhere else on the page.

    #317267
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Regarding the issues:

    a) I’m not seeing that, try to clear your browser cache and try again.

    b) Add the code below to the custom css option

    
    @media only screen and (max-width: 767px) {
    
    .detail-feature .details-overlay h1{
       font-size: 30px!important;
    }
    
    }

    c) That isn’t possible by default, unfortunately those kinds of customizations are outside our support scope.

    -Rui

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

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

License required for the following item
Login and Registration Log in · Register