Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #993801

    Hi
    Kindly post the URL of site where you added the logo . I will check and suggest you changes .
    Regards

    danielrjjones Friend
    #993808

    Thank you for the reply Pankaj, but I have found an alternative way of doing this by altering the index.php file to include an image rather than using a tag to display the image.

    Thank you.

    Pankaj Sharma Moderator
    #1062525

    Hi
    Open the file: ROOT/templates/css/custom.css (create this file if it doesn’t exist)
    Add this css rule:

    
    @media (max-width: 480px) {
    .navbar-brand.logo.logo-text {
    text-align: left;
    }
    }

    You can also mention the font size in above code.

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 2 months ago.

The topic ‘Responsive Logo’ is closed to new replies.