Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #622215

    I would like to reduce the size of the responsive logo on my site so that there is some black space around it http://westcoasthammocks.com.au/. Do you know how I would do this?

    #623243

    Hey keifygeorge!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .responsive .logo img {
        max-width: 78%;
    }}

    Cheers!
    Yigit

    #623413

    have implemented it and doesn’t seem to have made any difference

    #623459

    Hey!

    Please add the below CSS in Quick CSS

    @media only screen and (max-width: 767px) {
    .responsive #top .logo img {
        max-height: 55px!important;
    }}

    Cheers!
    Vinay

    #623865

    Still not working! westcoasthammocks.com.au login details provided

    #623866

    Hi!

    You were missing @ in one of your media queries. I added it. Please flush browser cache and review your website now

    Cheers!
    Yigit

    #624914

    Still not working!

    #626178

    Hi,

    I would like to reduce the size of the responsive logo on my site so that there is some black space around it http://westcoasthammocks.com.au/. Do you know how I would do this?

    Do you want to apply this modification for mobile screens? Or do you want to see it on desktop view as well? If you want this modification to be applied on mobile and desktop view, remove the css media queries:

    .responsive #top .logo img {
        max-height: 55px!important;
        top: 20px;
    }

    Best regards,
    Ismael

    • This reply was modified 8 years ago by Ismael.
    #626618

    I want it on mobile and desktop. I had the following

    .responsive #top .logo img {
    max-height: 55px!important;

    which I removed but didn’t have the top 20px

    Please can you check my CSS and see what is going on as I am confused now

    #627228

    Hi,

    Please try adding following code to Quick CSS

    .logo img {
        padding: 10px;
    }

    If that too does not help, please post a screenshot and show the changes you would like to make. It sounds very simple but i believe are having a little miscommnunication :)

    Best regards,
    Yigit

    #628586

    That did the trick – thanks!

    #629031

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.