Tagged: x
-
AuthorPosts
-
June 16, 2016 at 4:56 am #1044912
stuartleighbrayParticipantOn my site the portfolio single item layout is strangely set to the right.
See it here http://www.primebusinessfinance.co.uk/portfolio-item/social-club-finance-case-study/Why is this? I’ve used your theme previously without this issue.
Happy to give you full access if the answer isn’t immediately obvious.Best regards
StuartJune 16, 2016 at 5:14 am #1044931
ChristianModeratorHey Stuart,
That is because you have this code in your Appearance > Customize > Custom > CSS
.single-x-portfolio .entry-featured { width: 50%; } .x-portfolio .entry-wrap { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; padding: 0px; }Please remove it.
Thanks.
June 16, 2016 at 11:19 am #1045442
stuartleighbrayParticipantThank you for that. However I’d like to reduce the feature image on this page to about 50% and centre it. Can you provide code for that.
Also if you now look at the portfolio text it still appears on the right side of the page. Can we get this centered?
Thanks in advance.
June 16, 2016 at 1:04 pm #1045596
Nabeel AModeratorHi again,
Please add the following code in your Customizer:
.single-x-portfolio .entry-featured { width: 50% !important; margin: 0 auto !important; } .x-portfolio .entry-info { float: none !important; margin: 0 auto !important; }Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1044912 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
