Okay
  Public Ticket #1885084
How change title size for smartphone
Closed

Comments

  • VintageWorkshop started the conversation

    Hello,

    my site does not have a logo. So I posted the title of my site.
    The problem is that the title does not fit at all in a responsive version.
    The title is too big on smartphone, it does not display correctly and the menu is not visible.

    I do not find in the parameters the solution to adjust the size of the title.

    Do you have any idea to reduce the size of the title for the smartphone?

    I thank you in advance.

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in out,

    Please use this CSS here in Salient > General Settings > CSS/Script Related > Custom CSS Code

    @media only screen and (max-width: 690px) {
    #header-outer[data-permanent-transparent="false"] header#top #logo.no-image {
        font-size: 34px!important;
        line-height: 1.2em!important;
    }
        }
    

    Regards

    Themenectar Support Team

  • VintageWorkshop replied

    Dear Scott,


    really thank you.
    It's works perfectly !


    Bets regards,

  •  75
    Scott replied

    Awesome!

    Please be sure to reach in in case you encounter another issue,

    Regards

    Themenectar Support Team