Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1044912
    stuartleighbray
    Participant

    On 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
    Stuart

    #1044931
    Christian
    Moderator

    Hey 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.

    #1045442
    stuartleighbray
    Participant

    Thank 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.

    #1045596
    Nabeel A
    Moderator

    Hi 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!

  • <script> jQuery(function($){ $("#no-reply-1044912 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>