Dear Sir,
Thanks for using our plugin.
I saw from your theme it get a left padding 340px and background image.
Write a custom CSS in the settings custom CSS box
.single-team .col-2cr .main-inner {
background: none !important;
padding-left: 0px !important;
}
Let me know how it work.
Thanks
nothing succeeded
https://image.prntscr.com/image/XhxfDZAMSHOrpEGHBjJbFA.png
https://image.prntscr.com/image/aGggwVm3R9av_z9mqpaltg.png
with selector
.single-team .main-inner {
}
the block occupies the entire page.
but this does not solve the essence of the problem – there is no sidebar and no headline.
nothing is displayed on the plug-in pages.
https://image.prntscr.com/image/hGrsmQMiT0WARsq0dj7p8w.png
Sorry sir by default we don’t keep any sidebar option in detail ie team single page. Cause different theme has different sidebar also different size for sidebar with color.
For heading I see this theme own a code in there single page <?php hu_get_template_part(‘parts/single-heading’); ?>
Please try this CSS in plugin custom CSS box it will remove the left padding and make page full width.
here https://prnt.sc/h6rupf
.single-team .main-inner.group {
background: none;
padding-left: 0px;
padding-top: 10px;
}
If you want sidebar in this page then need to edit single-team.php page and add the sidebar code that use in theme sidebar.
If you want I can give you modified single-team.php file tell me which sidebar you want to use I see it has two sidebar.
Thanks
>>> If you want I can give you modified single-team.php file tell me which sidebar you want to use I see it has two sidebar.
I will be very grateful to you.
ok sir it is done how I can give you the file.
Please mail me [email protected]
Thanks
Hello,
Is it ok please let me know.
Thanks
something is bad with the Hueman theme.
I replaced it with the Customizr theme and no problems.
thanks for the help.
PS:
there is one more question, but I will describe it in a new topic.
ok sir you can mail me if need any help.