Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Tab content overlaps with sidebar #132611
     dsniche
    Participant

    Hi Radu,

    After looking more closely into the problem…it seems the cause is the code that I added to have the questions and answers on separate lines.

    So instead of:
    Age 20
    Location San Antonio, Texas

    It’s now:
    Age
    20
    Location
    San Antonio, Texas

    I did this using the following code:

    COPY CODE
    #buddypress div.profile .dl-horizontal dt {
        width: 100% !important;
        text-align: left !important;
    }
    #buddypress div.profile .dl-horizontal dd {
        margin: 0 auto !important;
    }

    Apparently a side effect of this is the text bleeding into the sidebar.

    How do I keep the text contained and not overlapping with the sidebar?

    I tried adding padding, but it only worked for the Answers. The Questions still bleed into the sidebar even if I add padding.

    Actually even before I added the code above, the Questions on mobile go past where the mobile view should go, messing up the entire page layout. I’m attaching a screenshot to show what I mean. The screenshot is of mobile view before I added the code above.

Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?