Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #117573
    lehii17
    Participant

    How to add a phone and a button in the header, to the right of the logo?

    #117589
    tikaram
    Keymaster

    @lehii17 : Please post in your site url.

    Regards,
    Tikaram

    #117591
    Mahesh
    Keymaster

    @lehii17: You are using Catch Flames Free version. The feature you are seeking is available in Pro version (with the help of Header Right Sidebar). I recommend you to upgrade to Catch Flames Pro.
    https://catchthemes.com/themes/catch-flames-pro/

    Regards,
    Mahesh

    #117631
    lehii17
    Participant

    How to align the site title and description in the center?

    #117661
    Mahesh
    Keymaster

    @lehi17: Go to Dashbaord=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    @media screen and (min-width: 1281px ) {
    	#site-details {
        	    float: none;
        	    position: absolute;
        	    text-align: center;
        	    width: 100%;
    	}
    
    	#logo-wrap {
        	    position: relative;
        	    width: 100%;
    	}
    }

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to add a phone and a button in the header, to the right of the logo?’ is closed to new replies.