Hi,
it’s possible have the style of the generals pages (https://moli.se/wp4/divertiti/) like the style of blog page and portfolio page (https://moli.se/wp4/blog/), without the line inside the page like a box.
Many thanks!
Hi,
it’s possible have the style of the generals pages (https://moli.se/wp4/divertiti/) like the style of blog page and portfolio page (https://moli.se/wp4/blog/), without the line inside the page like a box.
Many thanks!
Hello Thomas,
Thanks for asking. 
If you want to remove the border and shadow, then add following CSS under Pro > Theme Options > CSS:
.entry-wrap {
border: 0 !important;
box-shadow: none;
}
Here are some related links for further reading:
Hope this helps.
Exactly, perfect! 
In reality the ideal would be to have less padding, so have this page moli.se/wp4/scopri/ equal to this page moli.se/wp4/blog/, same border space.
Hope I explain good 
Many thanks! 
Glad we could help, Cheers!
Uunfortunately maybe this is not the solution, because I also lose the edges of the blog thumbnails: https://moli.se/wp4/blog/ 
Maybe I have to act on the files via FTP, I just want the pages had the same structure of the blog, without the central border.
Many thanks!
I’d like something very similar to the Renew content left, without padding and borde

Hi,
Please replace the code that was provided by this
.page .entry-wrap {
border: 0 !important;
box-shadow: none;
padding:0 !important;
}
Hope this helps
Exactly! Many thanks! 
You’re welcome!
Just the last think! 
I will love to have also landmark on other page, like this: https://moli.se/wp4/leggi/
Now I have title into the page (https://moli.se/wp4/scopri/ “scopri”), I will love tile whith Landmark Style.
It’s possible? I need to customize the file _landmark-header.php?
Many many thanks!
Hi,
No need to customize. Please change the content of your text element with this
<div class="x-header-landmark">
<h1 class="h-landmark"><span>Scopri</span></h1>
</div>
Hope this helps
Very cool! 
But it’s not really the same, look the sidebar:
moli.se/wp4/scopri/
moli.se/wp4/leggi/
Many thanks!
Hi @thomas9999,
Ah you mean the width of the landmark and the position of the sidebar? Does that mean you wish to implement it similar to this https://moli.se/wp4/leggi/? Or similar to this https://moli.se/wp4/scopri/? I’m not sure what’s your ideal setup between the two.
Thanks!
Hi @thomas9999,
Yes, a bit since the other one is custom content. In that case, please add this code to your builder’s JS.
jQuery('.page .x-header-landmark').insertAfter('.x-masthead, .masthead');

Thanks!
Works very good, many thanks!
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.