-
Author
-
October 31, 2015 at 21:48 #85235
nilje
ParticipantHi 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.October 31, 2015 at 22:42 #85267Laura
ModeratorHello, 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 solutionLaura 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 🙂
October 31, 2015 at 22:54 #85272Laura
ModeratorHello, please try by adding this to style.css of child theme
COPY CODEdiv#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 solutionLaura 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 🙂
October 31, 2015 at 23:36 #85286nilje
Participantsorry 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…
November 1, 2015 at 13:42 #85327Laura
ModeratorHello, 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 solutionLaura 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 🙂
November 2, 2015 at 10:19 #85394nilje
Participantok… 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…
November 4, 2015 at 02:06 #85565Laura
ModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.