Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #9419
    impresnet
    Member

    Hello.

    As decreased the space between the text (of the pages or post) with the menu?

    My test page: http://www.impresnet.com/esc/EAO/

    Bye

    #9479
    Sakin
    Keymaster

    @impresnet: Sorry I don’t get it what you mean. Can you explain it.

    #9489
    impresnet
    Member

    I want to move the text further up (in pages and post), is it possible?

    http://tinypic.com/view.php?pic=32zrk15&s=5

    #9496
    Sakin
    Keymaster

    @impresnet: Since this is responsive them. You can adjust the padding and add the following CSS in “Appearance => Theme Options => Custom CSS” box. This will reduce the padding top in screen size minimum width 1060px.

    @media screen and (min-width: 1060px) {  
    .page #main {
        padding-top: 50px;
    }
    }
    #9530
    impresnet
    Member

    Thanks, but 2 things.

    1. – Does not work in IE8.
    2. – Does not work in the post (http://www.impresnet.com/esc/EAO/?p=25), only on pages (http://www.impresnet.com/esc/EAO/?page_id=2)

    #9583
    Sakin
    Keymaster

    @impresnet: just add the css as below then

    .page #main, .single #main  {
        padding-top: 50px;
    }
    #9596
    impresnet
    Member
    #9603
    Sakin
    Keymaster

    @impresnet: That is because of margin in entry header. You have hidden the title and meta but you haven’t hide the main wrapper entry header. So, add the following css.
    .page .entry-header, .single .entry-header { display: none; }

    #9836
    lachinn
    Member

    I have two things. I want to make my header with the logo not so tall. Also, I want to change a page to a post. Can I do that so that the featured image is in the slider? laurelchinn.com I have two but want more of what are now pages to be posts and in the slider.

    #9837
    lachinn
    Member

    Actually, I have another thing. If you look at the slider on my page and then go to read more and see the actual post, the slider picture is off because in order to have the picture fit the slider, it didn’t fit the featured picture in the post. How can I get slider picture out of the post itself? Thanks, laurelchinn.com

    #9838
    lachinn
    Member

    I would like email of reply thanks!

    #9844
    impresnet
    Member

    @Sakin.

    Thank you.

    #9854
    Sakin
    Keymaster

    @lachinn: For your header padding above your site logo. You can decrease the padding top and add it in “Appearance => Theme Options => Custom CSS” box.

    #site-logo {
        padding-top: 50px;
    }

    To change the slider to Featured Page. You need to upgrade to Catch Everest Pro version where there is option to replace your post slide to page slider. See this http://catchthemes.com/theme-instructions/catch-everest-pro/

    I see that you have hidden the featured image in post through Custom CSS.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Decrease space’ is closed to new replies.