-
AuthorPosts
-
mberwing Friend
mberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
January 12, 2016 at 6:49 pm #845881I have created custom.css with the size of our logo:
.logo-image img {
width: 600px;
height: 150px
}The width is taken into account but not the height most likely because of the fixed height in the head menu.
Where can I change this so that the real size of my logo is taken and how can I define the image size for small screens like tablet and mobile ("Small Logo" option) ?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
mberwing Friendmberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
January 12, 2016 at 7:15 pm #845944This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 12, 2016 at 7:21 pm #845957Hello Markus I am getting 500 internal server error on your site admin panel
and this error on front end : http://prntscr.com/9pac75
please check it .mberwing Friendmberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
January 13, 2016 at 11:01 am #846557This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
January 13, 2016 at 2:22 pm #846706Hi
Add this code in custom.css to increase logo height.logo-image img { max-height: 150px; } @media screen and (min-width: 768px) {.logo { text-align: left; height: 150px!important; }}
mberwing Friendmberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
January 13, 2016 at 4:12 pm #846807Hi Pankaj,
perfect….thanks so much.
This solution worked and issue is solved.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 6 replies, has 2 voices, and was last updated by mberwing 8 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Logo height
Viewing 7 posts - 1 through 7 (of 7 total)