Review Tab: Layout wrong!

This topic contains 10 replies, has 3 voices, and was last updated by  urbanfix 9 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #43596

    urbanfix
    Expired Member
    Post count: 310

    Hi,
    The reviews tab on the detail page is coming over the boundaries of where it should be. I am aware this is a theme issue, however I cant seem to find the right CSS to target, any help would be appreciated!
    (Link sent in private reply).
    Thanks!

    #43597

    urbanfix
    Expired Member
    Post count: 310
    This reply has been marked as private.
    #43599

    Simone
    Expired Member
    Post count: 3515

    Hello, try adding

    
    
    #reviewsTab .comments-area .comment-content {
    width:90% !important;
    }
    #43605

    urbanfix
    Expired Member
    Post count: 310

    Hi Simone that has worked along with some CSS I have added myself,
    However one thing is out of place but you cant see it without logging in!
    (Its the following line which is black and red!)

    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

    I shall send you the login information so you can long in and see what i mean!
    Thankyou!

    #43606

    urbanfix
    Expired Member
    Post count: 310
    This reply has been marked as private.
    #43607

    Simone
    Expired Member
    Post count: 3515

    add

    
    
    code {
    white-space:none !important;
    }
    #43608

    urbanfix
    Expired Member
    Post count: 310

    I have tried adding the abobe css but it hasnt changed and still goes over the tab container!
    Any other ideas?
    Thanks,

    #43613

    Simone
    Expired Member
    Post count: 3515

    It is overriden by the bootstrap.css inside your theme in /zerif-lite/css/bootstrap.css row 7957

    #43623

    urbanfix
    Expired Member
    Post count: 310

    Okay, would it be possible to just hide it?

    #43647

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please use this:

    
    
    .form-allowed-tags code {
        white-space: normal;
    }

    Thanks

    #43738

    urbanfix
    Expired Member
    Post count: 310

    Thankyou both it worked!
    Please mark as resolved!

Viewing 11 posts - 1 through 11 (of 11 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket