hello friends help please like insert layout fullwidth in portfolio ?
thanks
hello friends help please like insert layout fullwidth in portfolio ?
thanks
Hi Alberto,
Thank you for reaching out to us. For a portfolio page, first select Layout - Portfolio page template (see screenshot)
You’ll see an additional Portfolio Settings metabox (see screenshot)
Under Portfolio Settings > Layout select Fullwidth (see screenshot)
Hope this helps!
friend thanks, is the internal page of the portfolio
the internal pages friend, not the main
Hi Alberto,
Page templates are only applicable for pages, and porfolio items are already in full-width (no-sidebar). The sidebar you may seeing is not an actual Wordpress sidebar, but just part of the portfolio feature for tags which related to your another thread. Are you trying to make it absolute full-width without container? If yes, then please add this CSS to Theme Options > CSS
.single-x-portfolio .site > .x-container.max.width {
width: 100% !important;
max-width: 100% !important;
}
Thanks!
thanks friend, now I need to center the information in the portfolio
Hi Alberto,
Sure, please add this as well
.single-x-portfolio .entry-info {
float: none;
width: 64%;
margin: 0 auto;
}
Hope this helps
thank you very much friend.!!
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.