• karanzen

    (@karanzen)


    Here is my wordpress site: http://www.fabrishine.com

    The problem with this is the gap between different pages in very high and also the gap between the page title and the post is also high.

    What should I do??

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s two places that padding is adjusted. One is in the Stylesheet.

    Under the general section

    section {
    padding-top: 75px;
    margin-bottom: 0px;
    overflow: hidden;

    The bottom margin is the operational factor.

    The other place is in the functions.php. Search for the following line:

    .page-template-main-template-php .section-page

    and then set the padding you desire right after it – e.g.:

    {padding:35px 0;}

    That should do it for you.

    Thread Starter karanzen

    (@karanzen)

    Thanks ..!!

    It worked..

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Theme: Minimable – PAGE POST GAP’ is closed to new replies.