11 comments found.
Hi, Thank you for your webtamplate. I really enjoy it. But i have a question, if i need to delete two block from portfolio and i would like to have only two block on a row in center, how do i do that?
Thanks.
Thanks for contacting us. Please be more specific about the problem so that we can help you as exactly as you want.
Ok, i mean on site (style1) in section: Services they are six different kind of services (in first line is: planning, online support, super ideas and then in second line its advertising, finance, consultancy) and i delete two services (finance and consultancy) and now i have first line – OK (3 kind of services) and on second line just one, but the one services (advertising) its one the left side of my page and i need to change this position to center.
Thanks Sir, We will get back to you soon
<div class="col-md-4 col-sm-4 col-xs-12 no-padding">
...
</div>
change this line to:
<div class="col-md-offset-4 col-md-4 col-sm-offset-4 col-sm-4 col-xs-12 no-padding">
...
</div>
It will solve your problem. And please let us know If you are facing the problem still now or any other problem, We are here to help you 

Please Don’t Forget to inform us if it’s working as you want or not
Nice, thank you it helps. And i have another question – on owl carousel (sliders) and on background images are some opacity filter with color? I would like to decline it – can you tell me how?
Glad to hear that… Sure Sir! Our developer will contact you soon
.slide-item-tablecell {
display: table-cell;
vertical-align: middle;
background: rgba(0, 29, 38, 0.75);
}
Remove the background property from here, and then It will look like this:
.slide-item-tablecell {
display: table-cell;
vertical-align: middle;
}
Warning:Removing background opacity from here may make it harder to read the texts, so we recommend you not to remove that or you can decrease the opacity a little bit by changing the background’s value:
background: rgba(0, 29, 38, 0.75);
Here: the last number 0.75 represents the opacity, 1 will make it a fully solid color whether 0 will make it completely disappeared. All the values from 0 – 1 is allowed here like: 0.10, 0.20, 0.25, 0.30 and so on. So change it as much as you think it is perfect for you.
A small request to you:If you like our product or support, or both please make a review on us so that we can make more good products as well as a better support system. Thanks for choosing us
in this code of mailer.php, what do I change to send the user to a Thank You page after they submit the form?
// Send the email.
if (mail($recipient, $subject, $email_content, $email_headers)) {
// Set a 200 (okay) response code.
http_response_code(200);
echo 'Thank you. We will get right back to you!';
} else {
// Set a 500 (internal server error) response code.
http_response_code(500);
echo "Error!";
}
we have sent your request to our support. we will contact you soon
window.location.replace("thanks.html");
and the whole code will look like this:
...
// Clear the form.
$fName.val('');
$lName.val('');
$email.val('');
$phone.val('');
$cSubject.val('');
$message.val('');
window.location.replace("thanks.html");
})
.fail(function(data) {
// Make sure that the formMessages div has the 'error' class.
...
place your thanks.html in the root folder where index.html is placed
........
And again thanks for contacting us… please rate us if you like our product We are happy to help you
Amazing work Congratulations.
thanks
Congratulations! Nice Work, Good Luck With Sale
thanks
Nice Design,
Congratulation! Good Luck with Sales
thanks
Nice Work,
Congratulations! Good Luck With Sale
thanks