Hi support,
I can not delete the shadow in the post page. Please help me ? thank you
http://prntscr.com/idtiel
Hi Catalin,
My website is : https://www.rudiberbagi.com
please help me.
Thanks.
Hello rudhihadhi,
You sohuld try using the code below and place it in Theme panel -> Custom CSS area.
.td-newsmag-magazine .td-post-template-default{
box-shadow:none;
}
The result is here -> https://www.screencast.com/t/mowxnpVPU
Thanks.
hi catalin, thanks for the help.
I want to ask one more, how to order tap menu on my website can be bigger or higher up the top stuck with the browser bar. I’m using menu style 5, and I disable the top menu. but above the menu that I use now there is still a little gap, and I do not want that.
such as top menu that is in use on the website of this forum.
and the following top menu screenshots on my website: http://prntscr.com/ie8irv
please help me.
Hello catalin,
now there is no gap, it turns out there is a margin at the top and I have removed.
The problem is now, I added padding so that the menu part of my website is wider, the code I use:
.td-newsmag-magazine .td-header-menu-wrap{
margin-top: 0;
}
.td-header-main-menu{
padding: 10px;
}
.td-header-sp-rec{
padding-top: 20px;
I managed to make it, but if opened with the mobile device my website logo does not fit in the middle. how to handle it Catalin?
this is a screenshot of the desktop: http://prntscr.com/ieizaz
and this screenshot from mobile: http://prntscr.com/ieiymx
The second question
how to remove shadow on my website homepage. please check my website.
Here’s the screenshot: http://prntscr.com/iej0h6
Please help, and before thank you Catalin.
hi catalin,
I have successfully removed the shadow in the home page with this code:
.td-newsmag-magazine .tdc-content-wrap,
.td-newsmag-magazine .td-post-template-default,
.td-newsmag-magazine .td-category-header .td-container,
.td-newsmag-magazine .td-category-container {
box-shadow: none;
}
So, now the problem is just tap menu if the open through the mobile device does not fit in the middle. Please banutuan ya, thanks.
Hello,
I have inspected again your website and on mobile devices and the main menu is right displayed as you can see here -> https://www.screencast.com/t/hcJsLasQg Try to clear all of your caches, purge CDN files and check the results.
Thanks for your understanding!