Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #165354
    Eric
    Participant

    Hello,

    I am using the Catch Responsive Pro theme. I need to move my “header right” widget on top of my header image on the right side of the header so it lines up with the text in my header: “The Difference Between Being And Doing.” Creating a balanced look. You can see my site here: https://www.jpjkd.com/instructors-locations/ Thank you in advance for your help.

    #165392
    Skandha
    Participant

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

    .sidebar-header-right, .sidebar-header-right .widget-wrap {
    	float:left;
    }

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

    #165404
    Eric
    Participant

    Thank you. Unfortunately it just moved the widget to the left side of the page on top of the image and saying. I need the widget to be on the right side where it is just moved down to line up with the dragon logo. Any ideas on how to make that change? Thank you very much for your time and help with this.

    Take care,
    Eric

    #165423
    Skandha
    Participant

    @blackfrogprinting: Sorry about the confusion
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (min-width:991px) {
    	#masthead {
    		position:absolute !important;	
    		right:0;	
    	}
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #165427
    Eric
    Participant

    @skandha Thank you so much that CSS worked exactly how I wanted it. I greatly appreciate your time and help with this!

    Take care,
    Eric

    #165452
    Skandha
    Participant

    @blackfrogprinting: Hello Eric, 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-responsive/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

    #166458
    Eric
    Participant

    @skandha It worked until the theme update. Now the dragon image of my header that was once centered is not. The area you had helped me move is where it should be at least. It is also showing white space where there should not be. The whole header/masthead needs to be black. Any help would be greatly appreciated. Site:https://www.jpjkd.com/instructors-locations/

    Take care,
    Eric

    #166610
    Skandha
    Participant

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

    #wp-custom-header {
    	text-align:center;
    }
    .custom-header .wrapper {
    	background-color:#000;
    }

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

    #166853
    Eric
    Participant

    @skandha Wow thank you so much! This solved my issue. I will leave a well deserved positive review. Thanks again!

    Take care,
    Eric

    #166895
    Skandha
    Participant

    @blackfrogprinting: Hello Eric, 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-responsive/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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Header Right Widget’ is closed to new replies.