-
Closed
-
Tell me please.
1) How can I change the height of the main menu of the website??
2) how to remove the difference in height http://clip2net.com/s/3tG3gqP blocks
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.
ok
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!
Soorry Question number two solutions
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!
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]’ );
?>
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!
The topic CSS QUESTIONS is closed to new replies