Tagged: x
-
AuthorPosts
-
September 14, 2016 at 4:59 am #1174549
henrybagParticipantHi
I’m wanting to restrict the width of the portfolio page on the icon stack.
I’ve managed to do it with the blog with the following code
.blog .x-main.full {
width: 72%;
max-width: 1200px;
margin: 0 auto;
}The URL in question is http://davidwatkinsonsculpture.co.uk.gridhosted.co.uk/portfolio/
Thanks
HenrySeptember 14, 2016 at 8:10 am #1174732
ChristianModeratorHey there,
Please try change
.blogto.page-template-template-layout-portfolioThanks.
September 14, 2016 at 8:37 am #1174761
henrybagParticipantHi
Thanks that works to a point, but it effects the nav area as well.
This is the CSS I added
.blog .x-main.full, .page-template-template-layout-portfolio {
width: 72%;
max-width: 1200px;
margin: 0 auto;
}September 14, 2016 at 8:43 am #1174774
henrybagParticipantSorry worked it out – I just needed to add the x-main full to target that area.
.blog .x-main.full, .page-template-template-layout-portfolio .x-main.full {
width: 72%;
max-width: 1200px;
margin: 0 auto;
}Thanks
Henry
September 14, 2016 at 9:04 am #1174805
RahulModeratorGlad it worked for you.
Let us know if you still have any issues with the theme.
Thanks for using the X theme.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1174549 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
