Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #151753
    albertoc
    Participant

    Hello! I bought some time ago, the theme Catch Everst Pro and I can not find a way to modify the size of the header, it looks too high (please see http://www.saborafrutas.com.ar), I would like to put the social logos and the contact email in the same same line, not one under the ohter.
    I searched the forums before bothering them, but I found nothing about it.
    Greetings and many thanks

    #151794
    Skandha
    Participant

    @albertoc: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .header-sidebar .widget {
    	float:none !important;
    	display:inline-block !important;
    }
    .header-sidebar .menu, .header-sidebar .widget_text {
    	float:right !important
    }
    #text-2 {
    	margin-left:20px;
    }
    #hgroup-wrap {
    	display:none;
    }
    #header-menu, #footer-menu {
    	clear:both;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #151843
    albertoc
    Participant

    Perfect Skandla! One thing more. If I want to put a logo (180px rounded image) in the left right header, in the same align with social icons and the contact info. How can I do?
    Thanks a lot!

    #151902
    Skandha
    Participant

    @albertoc: Go to => Appearance => Customize => Site Identity => Select the image you want to add as the site logo.
    Then I can provide you the additional CSS code to resize the logo according to your requirement.

    Kind Regards,
    Skandha

    #151976
    albertoc
    Participant

    Hi Skandha! Ready, I upload the logo, but don´t show in th header. The logo size is 200x 196 px. Here is how the identity of the site was:
    https://drive.google.com/open?id=1PxfIQ3MBHxH_4y7b17evOGqJ2HP0jmZy

    #151977
    albertoc
    Participant

    Skandha, Sorry, the client change me the logo, I upload the new one to Site Identity. Size 200x150px. But, the same thing, the logo don´t show on the page.
    Regards!

    #152127
    Skandha
    Participant

    @albertoc: Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    #hgroup-wrap {
    	display:none;
    }

    Then
    Go to => Appearance => Customize => Additional CSS
    and add the following CSS Code.

    #hgroup-wrap, #main-feat-img {
         clear:none;
     }
     .custom-logo-link {
         padding-top:20px;
         padding-left:20px;
     }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #152227
    albertoc
    Participant

    Perfect Skandha! thanks a lot!

    #152235
    Skandha
    Participant

    @albertoc: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-everest/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #152238
    albertoc
    Participant

    Of course, your support was excellent. I I preciate your colaboration!
    Ready my review!
    Regards

    #152270
    Skandha
    Participant

    @albertoc: Thank you for your appreciation. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Change the size of the header’ is closed to new replies.