Home › Forums › Arnold WordPress Theme › Text is pushed over one another.
- This topic has 9 replies, 2 voices, and was last updated 5 years, 8 months ago by
SeaTheme.
-
AuthorPosts
-
September 20, 2020 at 11:42 am #22636
The Content Text on the blog pages is pushed over one another. You cant read anything. How can i change it?
September 21, 2020 at 3:11 am #22645Hi,
I don’t understand your question. Could you please leave the issue webpage URL? Thanks
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook
September 21, 2020 at 10:04 am #22648This reply has been marked as private.September 22, 2020 at 2:14 am #22666This reply has been marked as private.September 22, 2020 at 8:34 am #22674This reply has been marked as private.September 23, 2020 at 1:21 am #22680Hi,
I cannot visit the URLs: https://www.dropbox.com/s/gjs9pbbqmcpzauy/qq20200923-092007.jpg?dl=0
ps: please leave the issued page URL also
thanksBest
September 23, 2020 at 10:17 am #22691This reply has been marked as private.September 24, 2020 at 3:59 am #22700Hi,
1. Please paste the custom CSS code to “Appearance > Customize: Additional CSS” to cover the issued CSS to fix the title text:
@media(min-width:1200px) { .grid-item-tit { font-size: 4vw;} } @media(min-width:768px) and (max-width:1199px) { .grid-item-tit { font-size: 3vw;} }2. Because most of the desktop screen ratio is landscape, For the portrait image like http://andredubosque.com/wp-content/uploads/2016/06/Bild2.jpg will be cropped.
If you don’t want to corp picture, it will not fullscreen >> https://www.dropbox.com/s/dnc2jf6ypnl8kq0/qq20200924-115802.jpg?dl=0You could use the Additional CSS to show image from top, it will be better.
.post-cover .ux-background-img { background-position: 0 0; }Best
September 24, 2020 at 10:52 pm #22710Thank you for your help.
To 1
It’s a bit better, but you can only see the upper third in portrait mode and landscape mode is not as nice on the phone now.
What is the best picture size (landscape and portrait) for most screens? Should I optimize my site for 1080p or 2k or 4k?To 2:
Just for information
@media(min-width:1200px) {
.grid-item-tit { font-size: 4vw;}
}
@media(min-width:768px) and (max-width:1199px) {
.grid-item-tit { font-size: 3vw;}
}This Code do not work but this:
@media(min-width:1200px) {
.grid-item-tit { font-size: 2vw;}
}
@media(min-width:768px) and (max-width:1199px) {
.grid-item-tit { font-size: 2vw;}
}works well.
Can you please give me a code so that I can choose my own size for the headings
for my text blocks in the WP-Editor or in the Pagebuilder?
So far I can only select headings 1-6, but I want something between 2 and 3.September 25, 2020 at 2:00 am #22715Hi.
1. You could set a different image for the desktop in the single post:
like this post, it is a portrait image now, You could set a different landscape image for the desktop.
http://andredubosque.com/produktfotografie/@media (orientation: landscape) { .postid-1173 .post-cover .ux-background-img { background-image:url(enter-a-landscape-image-URL); }ps:
1.1173 is post unique ID, hot wo find it: https://doc.seatheme.net/wordpress-faqs/custom/how-to-find-wordpress-post-page-id/
2.The image URL format likes: http://andredubosque.com/wp-content/uploads/2016/12/125_Alle_Lichter_mit_Rosen_4x5.jpg2.
@media(min-width:1200px) { .entry h1, .text_block h1 { font-size: 4vw;} .entry h2, .text_block h2 { font-size: 3vw;} .entry h3, .text_block h3 { font-size: 2vw;} ... } @media(min-width:768px) and (max-width:1199px) { .entry h1, .text_block h1 { font-size: 4vw;} .entry h2, .text_block h2 { font-size: 3vw;} .entry h3, .text_block h3 { font-size: 2vw;} ... }Best
-
AuthorPosts
- You must be logged in to reply to this topic.
