Forum Replies Created

Viewing 20 posts - 8,061 through 8,080 (of 14,507 total)
  • Author
    Posts
  • in reply to: padding + color menu + featured content #25777
    Sakin
    Keymaster

    @kat22: I see that you have added padding from tt-easy-google-font-styles custom css. Are you using any plugin or anything like that. I found the following css.
    p { font-family: serif; color: #ffffff; font-weight: 400; font-style: normal; line-height: 1.4; font-size: 12px; letter-spacing: 1px; padding-top: 16px; padding-bottom: 33px; }

    From the above css you need to remove padding-top: 16px; padding-bottom: 33px;

    Also about the sidebar, what do you mean by little bit. Can you be more specific.

    in reply to: Change widget layout for one site only #25737
    Sakin
    Keymaster

    @aslkin13: Sorry I don’t understand your question. Can you explain please. You can check out “Sidebar Layout Options” and “Content Layout” in our theme instruction page http://catchthemes.com/theme-instructions/catch-kathmandu/

    in reply to: Remove borders in content area #25736
    Sakin
    Keymaster

    @Moellenkamp: It would have been easier if I could check your site. For now I am giving you the css on the basis of Catch Evolution Pro theme. Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .hentry, .widget, .no-results, #content .error404 {
        border: none;
    }
    in reply to: Remove space above header image and space below footer #25735
    Sakin
    Keymaster

    @Scott: There is not space above your header image. So, I guess you are trying to remove the white space above your site. For that you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .site { margin-top: 0; }

    in reply to: How many websites? #25732
    Sakin
    Keymaster

    @Allan: Thanks for your appreciation 🙂

    in reply to: Change slider images #25628
    Sakin
    Keymaster

    @joaobruch: Thanks and that is why I shared with you the Youtube video showing how to add Featured Image. Happy that it worked for you.

    in reply to: padding + color menu + featured content #25627
    Sakin
    Keymaster

    @kat22: You can add the following css.

    #masthead { background-color: #000; }
    #site-logo { padding-top: 0; }
    #homepage-message,
    #colophon,
    #site-generator {
        border: none;
    }
    in reply to: Lost my Navigation Panel below my header #25625
    Sakin
    Keymaster

    @bschell: Hum. How did you lost that? Did you change anything in theme files? Menu should be created from “Appearance => Menus” and then assign location, that’s it.

    in reply to: remove title #25622
    Sakin
    Keymaster

    @Sevian: Do you meant that you want to remove the Search Result page heading. If so then you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .search-results .page-header { display: none; }

    in reply to: Expand Footer Area and Reduce Space Below #25621
    Sakin
    Keymaster

    @spfitzgerald: I don’t see any importance of the following css in your Custom CSS box. So you can remove it.

    .home #supplementary { float: left; padding-top: 0;padding-bottom:0}
    #supplementary { float: left; padding-top: 0;padding-bottom:0;}
    #supplementary.four .widget-area {
    	float: left;
            width: 60%;
    	}

    After this you will see social icon in the left and your text in the right section of Footer. So, can you tell me what you want to do it. Please explain or share screenshot of what you want.

    in reply to: Eliminating Excess Space in the Header #25620
    Sakin
    Keymaster

    @bschell: I see that you have following css in “Appearance => Theme Options => Custom CSS” box,
    #site-logo { padding-top: 10px; }

    You can just make that padding-top as 0. So, it will be as below:
    #site-logo { padding-top: 0; }

    in reply to: Semicolon missing in it_IT.po theme translation #25619
    Sakin
    Keymaster

    @bricksnspace: thanks will update it.

    in reply to: Simple catch – Facebook thumbnail #25617
    Sakin
    Keymaster

    @ianedward: When I test your posts, it is working fine. Can you check in. If you have just enable the plugin and test in then it might be cache issue. It will be fine soon. To test try http://www.designdevelopinspire.ca/urban-workspace-part-one and http://www.designdevelopinspire.ca/urban-workspace-part-one/

    in reply to: CSS for a button #25616
    Sakin
    Keymaster

    @Jeff: It will be same as in the Desktop view.

    in reply to: Change slider images #25615
    Sakin
    Keymaster

    @joaobruch: Post in your site URL. I have given you clear instruction that you need to Create Post and then add Featured Image in your post. You can check this video on hoe to add featured image in your post http://www.youtube.com/watch?v=7KEsCtRb-S8

    Then you can setup the slider from “Appearance => Theme Options => Featured Slider”. So, can you tell me where did you set stuck in?

    in reply to: white space in footer #25613
    Sakin
    Keymaster

    @Raminder: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    #colophon #supplementary .widget { margin-bottom: 0; }

    in reply to: Adjust padding on primary menu #25609
    Sakin
    Keymaster

    @Sevian: Same css will work for Primary and Secondary menu in Catch Evolution Theme.

    in reply to: Random image as header background #25603
    Sakin
    Keymaster

    @mebiotti: I said that the custom css that you have added is conflicting with Responsive design. If you remove those then it will work fine. Then I will be able to send you the css to make the header background.

    in reply to: CSS for a button #25492
    Sakin
    Keymaster

    @Jeff: Sorry I don’t think you will be able to add the table with image and link in responsive design site. Also right now I see that you are using “Header Image” but you want to break that header image.

    So the option will be to disable “Responsive Design” from “Appearance => Theme Options => Responsive Design Options”.

    Then you can use image mapping like this http://www.w3schools.com/tags/tag_map.asp

    Sorry but I would like you to take help from your Codecademy tutor as this is bit complex.

    in reply to: Transparent content area #25491
    Sakin
    Keymaster

    @andliowoo: You can simply add the following css in “Appearance => Theme Options => Custom CSS” box.
    #colophon { border: none; }

Viewing 20 posts - 8,061 through 8,080 (of 14,507 total)