-
-
Hi
in the blog page (https://trademark-you.com/it/blog/) is it possible to move the “Posted by Stefania BolesoAcceso ottobre 31, 2017” between the title and the text instead of under the text? Is it also possible to add the image of the person? (if it is not complicated)If you have a look to the blog page you see that the left side is cut: how can I fix it?
If you look the page https://trademark-you.com/it/contatti/ you see that the words “Trademark-You, Italy Office” is parthially under the map: is it possible to fix it?
Thank you!
Giovanni -
Hello,
Yes, you can move that where you want it but this can not be done with solely css. Keep in mind that this is not a default style of theme so the changes you will make will be overwritten in future updates. So we suggest you save a copy of the edited file to replace it again in the future.
Please go to file \includes\view\blog\loop-index.php and find this code:
https://codeshare.io/2E63g4
Replace it with this:
https://codeshare.io/axP6KR
Save changes.-Sorry but adding an image for the author is a customization not included in support.
I don’t see neither the blog page or the contact page have cropping issues. Please see these screenshots:
https://postimg.org/image/6rgsxdwz2j/
https://postimg.org/image/7jfn34kax7/What screen width is your device? Can you send us some screenshots of what you get?
Let us know.Best regards!
-
Hi, sorry: about the kast two points (cropping issues in the blog and contact page) regardin the mobile phone. Attached the screenshot:
https://postimg.org/gallery/1mdkgobjg/
thank you!
Giovanni -
Hello,
Please add this code into your custom css box in General Options:
@media (max-width: 767px){ .blog #content { padding-left: 107px !important; width: 70% !important; } .wpb_column { margin-bottom: 50px !important; }}
This will be the result blog page in mobile: https://postimg.org/image/6iizxrqppn/
This will be the Contact page look: https://postimg.org/image/2kdv2x71mz/
Let us know.Best regards!
-
Hi
the blog in mobile is still cut: here it is the screenshot from my mobile: https://postimg.org/image/7s89k8xly3/The blog article and the contact issues are ok!
Best
-
Hello,
In this block:
.blog #content { padding-left: 107px !important; width: 70% !important; }
Just change the values until you are satisfied with the result.
Best regards!
-
You must be logged in to reply to this topic.