Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #58145
    lohanc
    Member

    Hi Sakin.

    I need some help with my website. It is my 3rd site that I make with this theme (one client of mine bought Catch Kathmandu Pro :), but for this one I work with free edition).

    1. I want to reduce size of secundary menu.
    2. I want to put on header right sidebar on same line: search, language menu and social media icons.
    3. To reduce space about Logo/Header – grey zone above page.
    4. Put on same line(to center) logo and title + tagline

    Thanks. We are close to you and your people!

    #58196
    Sakin
    Keymaster

    @lohanc:
    1. If you are adding elements is Header Right Sidebar. Then why are you using Secondary menu. Secondary menu is for full width menu and only primary menu is there to stay in the Header Right Sidebar.
    2. For this, first add all the widget and then send me your site URL. Then I need to check in CSS
    3. How much you want to reduce it?
    4. If you put logo, title and tagline in the same line and center it then you cannot have header right sidebar.

    Your options are so confusing. Can you create screenshot of what you want and add in the URL of screenshot here.

    #58212
    lohanc
    Member

    Sorry,i forgot to mention the website. Servro.nl. i will reply to you with a screenshot.thanks.

    #58224
    Sakin
    Keymaster

    2. For this, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .header-sidebar .widget {
        clear: none;
        margin-right: 10px;
    }

    3. You can adjust the margin top and bottom as per you need to reduce the grey area and then add it in “Appearance => Theme Options => Custom CSS” box:

    .site {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    4. You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #site-title, #site-description {
        float: left;
    }
    #58277
    lohanc
    Member

    Thanks for your GREAT HELP, Sakin!
    When you have some more time and want, please reply to this other requests.

    1.I want to put the site tag line closer under the site title and to center those two with logo (to have logo in same line with site title+tag line under it)
    2.reduce space between header logo and header featured image
    3.reduce height of secondary menu
    4.make text for featured content justify and/ or add a vertical line between columns
    5. make font of menu BOLD

    http://servro.nl/wp-content/uploads/2015/05/SERVN.png

    Thank you!

    #58283
    Sakin
    Keymaster

    @lohanc:
    1. For this, find the following css in Custom CSS:

    @media screen and (min-width: 960px) {
    #site-title { font-size: 45px; }
    #site-description { font-size: 20px; }
    }

    Replace with:

    @media screen and (min-width: 960px) {
        #site-title { font-size: 45px; line-height: 1; }
        #site-description { font-size: 20px; line-height: 1; }
    }

    Again, find the following css in Custom CSS:

    /* Padding Above Site Title */
    #hgroup {
        padding-top: 5px;
    }

    Replace with:

    /* Padding Above Site Title */
    #hgroup {
        padding-top: 8px;
    }

    2. For this, find the following css in Custom CSS:

    #hgroup-wrap { padding-bottom: 5px; }
    /* Padding Below Site Description */
    #hgroup-wrap {
        padding-bottom: 10px;
    }

    Replace with:

    #hgroup-wrap {
        padding-bottom: 0;
    }

    3. You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 1153px) {
        #secondary-menu ul.menu a {
            line-height: 40px;		
            line-height: 4rem;
            padding-top: 0;	
            padding-bottom: 0;		
        }
        #secondary-menu ul.menu ul {
            top: 40px;
        }
    }

    4. Adding line in the featured content will not look good. To justify, you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #featured-post .post {
        text-align: justify;
    }

    5. You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #secondary-menu ul.menu a {
        font-weight: bold;
    }
    #58288
    lohanc
    Member

    THANK YOU, SAKIN! Your themes and most important YOU SUPPORT FOR THEMES are Awesome!

    I never believed that can exist so great support for something that is free in this world 🙂

    #58289
    Sakin
    Keymaster

    @lohanc: Thanks for your appreciation and if you like Catch Kathmandu Theme and Support then please support it by posting your review and rating at https://wordpress.org/support/view/theme-reviews/catch-kathmandu?rate=5#postform

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Widges Header Sidebar’ is closed to new replies.