This topic has 9 replies, 2 voices, and was last updated 8 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!

    Attachments:
    You must be logged in to view attached files.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #85269
     nilje
    Participant
    This reply has been set as private.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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?