Skip to content
Catch Themes Logo

Catch Themes

Premium Responsive WordPress Themes with advanced functionality and awesome support. Simple, Clean and Lightweight Responsive WordPress Themes

  • Home
  • FSE Pro Plugin
  • Themes
  • Features
  • Hosting
  • Support
  • Blog
  • My Account

Logo/widgets in Header

Support Forum Adventurous Pro

Tagged: logo, padding, widgets

  • This topic has 15 replies, 3 voices, and was last updated 10 years, 2 months ago by Sakin.
Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • May 30, 2015 at 3:44 pm #58591
    Vivien
    Member

    Hello,
    in my header I have my logo set as advertising widget. So far, so good. The logo/widget is on top on the left side. Next to it (right) I want to put a slogan. If I use the header title, it appears under the logo. I don’t want that. If I use another widget, it also appears under or above the first logo/widget.

    Is it possible to put text or a widget on the right side next to the header widget? How?

    Thanks for help!!
    Vivien

    May 31, 2015 at 1:49 am #58614
    Sakin
    Keymaster

    @Vivien: Not sure want you want. Can you share screenshot of what you want and also add in your site URL so that I can check in details.

    May 31, 2015 at 5:59 pm #58658
    Vivien
    Member

    Screenshot 2015-05-31 10.47.19

    May 31, 2015 at 5:59 pm #58659
    Vivien
    Member

    I cannot attach a screenshot…. how do I do that??

    May 31, 2015 at 6:20 pm #58660
    Vivien
    Member

    Another problem is that I cannot put the language selector in the header. I want it on top in the right corner. It’s probably the same problem…?

    http://www.mango-verde.com

    June 1, 2015 at 11:28 am #58704
    Sakin
    Keymaster

    @Vivien: You can upload image in your site or any photo sharing site and than add that image URL here.

    I check in your site and see your advertisement image and Site Title. It cannot be added to make it in the same place. So, you can either create additional text widget in Header Top sidebar and we can align that text to right of your image widget.

    But I don’t understand why don’t you use you Logo image from “Appearance => Theme Options => Header Options => Logo url”. This will be best options.

    June 5, 2015 at 10:33 pm #59007
    Vivien
    Member

    Hi Sakin,
    thanks. I use the Logo image now but it is far too small! That was the reason I did not use it before. How can I make it bigger?

    Plus, how can I put the language switcher in the right corner on the very top?

    Thanks
    Viv

    June 6, 2015 at 4:39 am #59028
    Sakin
    Keymaster

    @Vivien: I cannot view your site. It’s coming soon.

    If you want larger logo, then you can adjust the max-height in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
    #site-logo img { max-height: 41px; }

    To add language switcher in Header. You can go to “Appearance => Widgets” and add your plugin language widget in Header Right Sidebar or Header Top Sidebar as per your need.

    June 9, 2015 at 1:34 am #59156
    Vivien
    Member

    HI Sakin,
    you should see it now. I changed the logo size, thanks!

    1. How do I put the language selector above the social media icons?

    2. How do I get more space between the logo and the text “Personal safety – everyhwere”?

    Thanks

    Viv

    June 9, 2015 at 11:22 am #59187
    Sakin
    Keymaster

    @Vivien:
    1. You can add the following css in “Appearance => Theme Options => Custom CSS”
    #header-right .widget { clear: both; }

    2. You can increase the padding-left in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS”
    #hgroup.logo-enable.logo-left { padding-left: 10px; }

    June 9, 2015 at 4:13 pm #59206
    Vivien
    Member

    Hmmm no, the padding left is not what I need, I need more space between the logo and the text right next to the logo. How do I do that?

    June 9, 2015 at 6:20 pm #59210
    Sakin
    Keymaster

    @Vivien: But, that space is control by the padding-left. So, you need to increase padding if you want to increase the space.

    June 18, 2015 at 2:35 am #59716
    Pius
    Participant

    Hi Sakin,
    I am using Full Frame Pro and I have a similar problem. I have a logo in my header and I added a few widgets in the header-right (see attachment). Now I want the widgets to be all the way on the right side. Also is there a way that the header drops down automatically when I hover over the top menu bar, instead of pressing the top right button.

    Your help is very much appreciated as always.

    Thank you

    PS: how can I attach an image?
    Send me the donation link too

    June 19, 2015 at 8:34 pm #59812
    Sakin
    Keymaster

    @Pius: You don’t have option to attach image in this forum. You can just post in link. So, you can upload your image in your website or any photo sharing site and add in URL here. Also please post in your site URL so that I can check in your header and suggest you solution.

    To make your header toggle show in hover. You need to add script. So, first activate plugin http://catchthemes.com/wp-plugins/catch-web-tools/ and then go to “Catch Web Tools => Webmaster Tools => Enable Webmaster Tools”, check “Enable Webmaster Module” and then add the following code in “Catch Web Tools => Webmaster Tools => Header and Footer Scripts => Enter scripts or code you would like output to wp_footer()” box:

    <script type="text/javascript">
    jQuery(document).ready(function() {
    	var jQueryheader_search = jQuery( '#header-toggle' );
    	jQueryheader_search.hover( function() {
    		var jQueryform_search = jQuery("div").find( '#masthead' );	
    			
    		if ( jQueryform_search.hasClass( 'displaynone' ) ) {
    			jQueryform_search.removeClass( 'displaynone' ).addClass( 'displayblock' ).animate( { opacity : 1 }, 300 );
    		} else {
    			jQueryform_search.removeClass( 'displayblock' ).addClass( 'displaynone' ).animate( { opacity : 0 }, 300 );		
    		}
    	});	
    });
    </script>

    Here goes the donation link http://catchthemes.com/donate/

    June 21, 2015 at 5:18 pm #59881
    Pius
    Participant

    Hi Sakin,
    Here is a link to my header image. As you can see the spacing between the logo and the header widgets isn’t correct. When I remove the loge the widgets move all the way to the right where they should be. As soon as I add the loge they move right next to it.
    I want them to be on the right side just as they are when I remove the logo.

    Thanks for the script. Can you modify it so that the header dropdown comes on as soon as I hover over any area of the menu header. Also it should stay one as long as the mouse pointer is in that whole area, so I can move down and e.g change the language or do a search without activation (click) on the little button on the right.

    Thanks a lot

    June 24, 2015 at 3:17 am #60022
    Sakin
    Keymaster

    @Pius: For header right section after adding site logo, we will fix it in Full Frame Pro version 3.0. But dropdown on any where in menu is not possible as it will conflict with menu dropdown. We will release this version within this weekend.

  • Author
    Posts
Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Logo/widgets in Header’ is closed to new replies.

Incompatible Archive Error in WordPress 6.4.3

How to fix the Incompatible Archive Error?

Support Forum Instructions

Use the search box below to search for your answer and also check out theme instructions at Theme Instructions before posting question here.

When you post in your question, please don't forget to post in your site URL. If you have issue in posting question here in forum then check out screencast from our YouTube channel.

Notice: Support Forum Now Requires User Moderation to Avoid Spammers

Search Forums

Popular Themes

BizBoost Pro

Buy Now

Bold Photography Pro

Buy Now

Audioman Pro

Buy Now

Catch Fullscreen Pro

Buy Now

Fotografie Pro

Buy Now

Catch Responsive Pro

Buy Now
Hire a Customizer

Recent Topics

  • Media queries & Hamburger Menu
  • More control of Header needed
  • Can one make the Header video play on mobile?
  • Conflict with Version 2.6 and SiteOrigin PageBuilder
  • Mouse Pointer Dot color
  • Removing Links from Content Tags
  • Issue with Renewal Version
  • Excessive space above youtube embedded video
  • Hamburger Menu Not Working.
  • Different sizes in post image
  • Published post does not display content put public preview does
  • display product attributes on product pages
  • YouTube Embed does not display in published post
  • Woocommerce Produt page options drop down
  • How do you remove the space between the main menu and the first text
  • Search has completely quite working on Catch Responsive Pro
  • Homepage header cover image not showing
  • Funitrix not compatible with woocommerce-smart-coupon in checkout
  • Plugin will not activate
  • Critical error on the website when edit posts/pages in WordPress Admin
  • Upgrade to 3.5
  • PHP Error Message
  • Deaktivierung Autor
  • PHP 8.3 Needed
  • PHP update needed
  • PHP Version
  • H1 does show up in slider and featured content
  • Catchbase and PHP
  • Request for Refund – Duplicate Premium Purchase
  • Add search to burger menu on mobile in Catch Responsive Pro

Popular Tags

background blog catch box catch everest child theme Color comments css Excerpt featured content featured image featured slider font footer header header image Home Page homepage image images layout logo menu mobile Mobile Menu navigation padding page portfolio post posts responsive search sidebar Simple Catch site title slider theme title update widget widgets width woocommerce wordpress

Featured Posts

  • Best Free WordPress Block Themes for Full Site Editing for 2024
  • 40+ Best Free Business WordPress Themes for 2024
  • 30+ Best Free WordPress Themes for 2024
  • 25+ Best Free Music WordPress Themes for 2024
  • Our Top 10+ Free and Premium Photography WordPress Themes Collection 2024
  • Our Free and Premium Music WordPress Themes Collection

Donate Now

Click on the Donate button below to Support Free Themes, Free Plugins, and Free Support. All donations are used for the development and improvement of free themes, plugins, and support. Thanks for your contribution.
  • Home
  • About Us
  • Contact Us
  • Join Our Team
  • Terms & Conditions
  • Privacy Policy
  • Facebook
  • Twitter
  • Linkedin
  • Scroll Up
  • Pinterest
  • Youtube
  • Instagram
© 2012 - 2025 Catch Themes: Premium WordPress Themes. All rights reserved.
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie settingsGot it!
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT