Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #63442
    lesimi
    Member

    1-Lower Seasons Between Header and posting because it is too large
    2-decrease the space between the title of the site and the top of the page
    3-hiding all footer
    4-hide line on the edge poster image
    5-hide board administrator bar at the top of the page

    Sorry my various doubts in a post only

    This is the link of the page you would like to make these adjustments:

    mundomelhor.com/conferenciaonline

    Thank attention

    #63522
    Sakin
    Keymaster

    @lesimi:
    1. You can adjust the padding-top in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:

    #main { padding-top: 40px; }
    .no-sidebar .hentry { padding-top: 30px; }

    2. You can adjust the padding-top in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
    #header-content { padding-top: 40px; }

    3. I don’t see any footer there

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

    img[class*="align"], 
    img[class*="wp-image-"], 
    #content .gallery .gallery-icon img, 
    img.wp-post-image, 
    img.attachment-thumbnail {
        border: none;
        padding: 0;
    }

    5. That administration bar is from WordPress core and it will be visible only to admin user and not for visitors. So, no need to worry about it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Seasons decrease between header and posting’ is closed to new replies.