Home › Forums › Arnold WordPress Theme › 3 questions on portfolio site
- This topic has 3 replies, 2 voices, and was last updated 5 years, 7 months ago by
SeaTheme.
-
AuthorPosts
-
October 20, 2020 at 12:10 pm #22846
Hey,
I built this website based on Arnold:
andreasristau.com
I have three questions:
1: How can I reduce the line distance between the “title for item” and “tag for item” in the portfolio list?
2: I’m using a profile picture in my “about” section (https://andreasristau.com/about/)
Via desktop view it’s looking fine but via mobile/mobile layout it gets cropped. Is it possible to have it as wide as the text section below without cropping in the mobile version?3: How do I get some space between the 1st and the 2nd video here?:
https://andreasristau.com/netto-der-preis-ist-guenstiger/Many thanks in advance!
October 21, 2020 at 2:31 am #22858Hi
Thank you for purchasing our theme.
1. It is possible by custom CSS(“Appearance > Customize: Additional CSS”):
.grid-item-tit { padding-top: 20px; }please adjust the number 20
2. Please use the custom CSS:
@media (max-width: 768px) and (orientation: portrait) { .page-id-1215.responsive-ux .fullscreen-wrap.post-cover { height: 73vw!important; } .post-cover .ux-background-img { background-attachment: scroll; } }3. Please use the custom CSS:
.single-format-gallery .list-layout-text .videoWrapper { margin-top: 40px; }Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook
October 24, 2020 at 8:36 pm #22868Hey,
That was very helpful. Thanks for you quick response, much appreciated:-)
I could solve issue no 1 and 3.As for no 2: Maybe my question was a little misleading. I meant my profile pic below the bunny;-)
So not the post cover/the post pic but the profile pic with my face on it below. It still get’s cropped in the mobile view. Again: Is it possible to have it as wide as the text section below without cropping in the mobile version?And I’ve got one additional question regarding desktop view: Sometimes videos and images have a different width. See third video and the image below here:
https://andreasristau.com/devk-kampagne/
How can I make them the same width?Thanks again!
October 25, 2020 at 11:34 am #22870Hi, welcome 🙂
2. sorry, please use the custom CSS
.text_block img { max-width: 100%; }additional question:
Please check if the video code lacks an As a
</div>tag, it should be:
<div class="videoWrapper video-wrap video-post-wrap" style="padding-top:60%"><iframe src="https://player.vimeo.com/video/454373633" width="640" height="564" frameborder="0" allowfullscreen></iframe></div>——————————–
If it doesn’t work, may I check your website? Could you please send your question(this topic URL) and wp-admin(URL / username/password) to uiueux@gmail.com ?
(If there is the Jetpack plugin, please disable “Allow users to log in to this site using WordPress.com accounts”) -
AuthorPosts
- You must be logged in to reply to this topic.
