- Posts: 29
- Thank you received: 0
idiots guide to editing and changing the demo content
-
jimmyc
Inactive member - Topic Author
- Member
Less
More
1 year 11 months ago #49887
by jimmyc
Replied by jimmyc on topic idiots guide to editing and changing the demo content
Thank you, will have to look at issue surrounding resizing of the logo as an image. Too small on a phone.. Will trawl thru the forum for an answer, or simply use text,
jim
Once again a huge thank you
jim
Once again a huge thank you
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 11 months ago #49889
by milos
Replied by milos on topic idiots guide to editing and changing the demo content
Hello,
Please provide a link to your website so we can see this. The logo is resizing normally on our template demo, so I need to see what's the specific problem on your website.
Regards,
Milos
Please provide a link to your website so we can see this. The logo is resizing normally on our template demo, so I need to see what's the specific problem on your website.
Regards,
Milos
Please Log in to join the conversation.
-
jimmyc
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
1 year 11 months ago #49890
by jimmyc
Replied by jimmyc on topic idiots guide to editing and changing the demo content
Think I have it. A size thing my logo is wider than yours
but here is the test website. mel.atticweb.co.uk/
jim
will work on resizing
but here is the test website. mel.atticweb.co.uk/
jim
will work on resizing
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 11 months ago - 1 year 11 months ago #49894
by milos
Replied by milos on topic idiots guide to editing and changing the demo content
You can add this in custom.css file:
This will make the logo cell wider if the screen has less than 767px.
Regards,
Milos
Code:
@media (max-width: 767px) {
.one.logorow . mp_logo {
width: 75% !important;
}
.one.logorow .mp_mainmenu {
width: 25% !important;
}
}
This will make the logo cell wider if the screen has less than 767px.
Regards,
Milos
Last edit: 1 year 11 months ago by milos.
The following user(s) said Thank You: jimmyc
Please Log in to join the conversation.
-
jimmyc
Inactive member - Topic Author
- Member
Less
More
- Posts: 29
- Thank you received: 0
1 year 10 months ago #49984
by jimmyc
Replied by jimmyc on topic idiots guide to editing and changing the demo content
Still struggling with the logo(which is 174px by 52px
You can see when I added the above code the logo shrinks and the hamburger lines move over to the left
I have tried putting different numbers in but still a small logo
This is pretty much the last thing before changing the live website. I can tinker with colours etc later
Jim
You can see when I added the above code the logo shrinks and the hamburger lines move over to the left
I have tried putting different numbers in but still a small logo
This is pretty much the last thing before changing the live website. I can tinker with colours etc later
Jim
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
1 year 10 months ago #49985
by milos
Replied by milos on topic idiots guide to editing and changing the demo content
Hello,
Your logo image size is 174x60 px and it's displayed exactly in this size on your website.
Regards,
Milos
Your logo image size is 174x60 px and it's displayed exactly in this size on your website.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.158 seconds