Topic Resolution: Resolved
    Imran
    Spectator
    Posts: 402
    February 1, 2016 at 8:37 am #23954

    Hi there,

    Thanks for writing in!

    Please provide us with the link of your website so that we can take a look into your setup and provide you with a possible solution. Please mark the reply as private if you don’t want to share the site publicly.

    Thank you.

    Vitaliy Litvinenko
    Spectator
    Posts: 13
    February 1, 2016 at 7:43 pm #23969

    ok

    Vitaliy Litvinenko
    Spectator
    Posts: 13
    February 1, 2016 at 7:47 pm #23970
    This reply has been marked as private.
    Imran
    Spectator
    Posts: 402
    February 2, 2016 at 8:50 am #23979

    Hi there,

    Thanks for the link!

    how to remove the difference in height

    Please add the following code under your custom CSS field:

    .team-container {
    margin: 0;
    }

    .page-id-101 .post-101 .entry-content.article {
    margin-top: 0;
    }

    How can I change the height of the main menu of the website?

    Please add the following code to your custom CSS:

    @media only screen and (min-width: 768px) {
    .link-effect a {
    height: 3.5em!important;
    line-height: 2.5em!important;
    }
    }

    You can adjust the ‘height’ and ‘line-height’ values as required.

    Hope this helps.

    Thank you!

    Vitaliy Litvinenko
    Spectator
    Posts: 13
    February 3, 2016 at 11:23 am #24013
    This reply has been marked as private.
    Vitaliy Litvinenko
    Spectator
    Posts: 13
    February 3, 2016 at 12:17 pm #24016

    Soorry Question number two solutions

    Imran
    Spectator
    Posts: 402
    February 3, 2016 at 12:58 pm #24017

    Hi there,

    I’ve checked into your website; and those are breadcrumbs at the top of the post (see: http://prntscr.com/9yg8vj), they show the opened page’s name and previous page’s link. In order to remove the difference between navbar and post, you must have to disable the breadcrumbs option and add the following code under your custom CSS field:

    .team-container {
    margin: 0 !important;
    }

    .page-id-101 .post-101 .entry-content.article {
    margin-top: 0 !important;
    }

    However, if you want the breadcrumbs keep showing; check the breadcrumbs box clicked and don’t use the custom code.

    Thank you!

    Vitaliy Litvinenko
    Spectator
    Posts: 13
    February 4, 2016 at 10:46 pm #24058

    Hello Imran!

    Many thanks for your help

    I have everything worked out.

    1)Please tell me how can I remove these gaps on all the pages of my site? http://clip2net.com/s/3tTXk0A

    2)In addition, I would like to insert the breadcrumbs on all the pages of my site from a third party developer and they have to be 100% of the width http://clip2net.com/s/3tTXKIh

    Short-code for php file

    <?php
    echo do_shortcode( ‘[breadcrumb]’ );
    ?>

    Imran
    Spectator
    Posts: 402
    February 5, 2016 at 1:47 pm #24064

    Hi Vitality,

    Glad that helped!

    I would like to insert the breadcrumbs on all the pages of my site from a third party developer and they have to be 100% of the width

    The particular request would fall outside of the scope of support we provide. You may wish to consult with a developer who can help you with this.

    Please tell me how can I remove these gaps on all the pages of my site?

    Please confirm if you’d prefer sticking with theme’s default breadcrumbs and would like to have them disabled then we can provide you with custom codes to get rid of the extra gaps for all pages. Otherwise, if are willing to use breadcrumbs to your site, then there won’t be any extra spaces as the breadcrumbs will take over the empty place.

    Thank you!

    Vitaliy Litvinenko
    Spectator
    Posts: 13
    February 6, 2016 at 10:07 pm #24091
    This reply has been marked as private.