This topic has 9 replies, 2 voices, and was last updated 10 years by Laura.

  • Author
  • #85235
     nilje
    Participant

    Hi there

    I’m having troubles with my comment field, it stands out of the content area, see attachment
    Any idea why or what I could do?

    Thanks!

    #85267
     Laura
    Moderator

    Hello, can you send me a link to that page? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #85269
     nilje
    Participant

    Hi, thanks for the reply.
    Sure, but you have to login to see it, I’ve deactivated comments etc for not-logged in users

    http://serienspoilertalk.de/wp-admin/
    user: testaccount
    pw: wortdespasses123

    here you see it for example: http://serienspoilertalk.de/talk/

    #85272
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme

    COPY CODE
    
    div#comments {
        width: 53%;
    }
    textarea#comment {
        width: 80%;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #85275
     nilje
    Participant

    great, thanks!

    #85286
     nilje
    Participant

    sorry I’ve noticed that the whole content is somehow not right… the post itself is ok, but everything what comes after is not at the right position… my pagination is at the left, but should be at the center.. what could that be? I haven’t changed anything of that…

    #85327
     Laura
    Moderator

    Hello, please try adding this to style.css 🙂

    COPY CODE
    
    .text-center.pt-cv-pagination-wrapper {
        margin-left: 28%;
    }
    

    Let me know if there is anything more, i will be happy to help you

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #85361
     nilje
    Participant

    perfect, thank you very much!

    #85394
     nilje
    Participant

    ok… now I am having troubles with the design in mobile devices… it doesnt use all the place it could use.. I really would like to know where this suddenly comes from, I havent changed anything…

    #85565
     Laura
    Moderator

    Hello, easy to fix, replace the code with this instead:

    COPY CODE
    
    @media screen and (min-width: 800px) {
    .text-center.pt-cv-pagination-wrapper {
        margin-left: 28%;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?