- This topic has 7 replies, 2 voices, and was last updated 9 years, 5 months ago by Sakin.
-
AuthorPosts
-
May 22, 2015 at 4:40 pm #58145lohancMember
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 + taglineThanks. We are close to you and your people!
May 23, 2015 at 12:06 pm #58196SakinKeymaster@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.
May 24, 2015 at 1:36 am #58212lohancMemberSorry,i forgot to mention the website. Servro.nl. i will reply to you with a screenshot.thanks.
May 24, 2015 at 7:55 am #58224SakinKeymaster2. 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; }
May 25, 2015 at 7:57 pm #58277lohancMemberThanks 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 BOLDhttp://servro.nl/wp-content/uploads/2015/05/SERVN.png
Thank you!
May 25, 2015 at 9:13 pm #58283SakinKeymaster@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; }
May 25, 2015 at 10:12 pm #58288lohancMemberTHANK 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 🙂
May 25, 2015 at 10:18 pm #58289SakinKeymaster@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
-
AuthorPosts
- The topic ‘Widges Header Sidebar’ is closed to new replies.