Labels Appear In Wrong Place - Question | JoomShaper

Labels Appear In Wrong Place

senolsengul

senolsengul

Template 10 months ago

hello,

The tags in the article appear in the wrong place. Is it possible to center this?

https://prnt.sc/2xaYdtaQVjrf

0
21 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178334

Hi,

easy:

.article-body-wrap {padding: 60px 0px 60px 0px;}
.view-article  .tags.mb-4 {margin: 0 auto;  text-align: center; display: block;}
1
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178335

But I also recommend correct font color contrast after hover on tags buttons (at the bottom) :]

.view-article .tags > li a:hover { color: #efeeff; }

1
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178336

.view-article .tagspopular ul > li a:hover {color: #111;}

for article tags (top-left area) - to make it more visible after hover on them (contrast).

0
senolsengul
senolsengul
Accepted Answer
10 months ago #178421

hello,

Thank you very much for your help. It was great. There is another issue that we could not solve, the issue in the link below, can you help with this issue?

https://www.joomshaper.com/forum/question/36700

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178425

About social share link, I think I have better idea 4 you.

Search module/plugin/script that allows you to have sticky social share bar. Then more people will use it.

0
senolsengul
senolsengul
Accepted Answer
10 months ago #178426

It may be as you say. The content is not displayed properly on mobile devices at the moment. Post titles and images appear disproportionate on mobile

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178429

share screenshot

0
senolsengul
senolsengul
Accepted Answer
10 months ago #178433

Some of the titles appear large and some appear small. Related article images do not fit on the screen.

https://prnt.sc/OZuf1DuorQ3D

https://prnt.sc/4cX9Yg9_Xmvf

https://prnt.sc/tl-4OCrQRGk8

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178442

It depends what Header you used, by default H1 and H2 will be bigger than H3, H4.

Using Custom CSS You can reduce font size on smaller device.

0
senolsengul
senolsengul
Accepted Answer
10 months ago #178444

I use H2 and H3 for subheadings in the article. I made the font sizes the same in the theme settings. If you pay attention, the images do not fit on the screen.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178449

As I said before, you have to make extra styles for content used in Articles, it will be best universal solution. I do it for my projects as well, so I can set different for bigger and smaller phone. Of course you can do that manually in each addon... but after 60 min of doing it you will be tired.


Small tip, for content used in Text addon in Article:

@media screen and (max-width: 680px) {
.article-details-content  .sppb-addon-text-block  h2 {  .... }
.article-details-content  .sppb-addon-text-block  h3 {  .... }
.article-details-content  .sppb-addon-text-block  h4  {  .... }
}


@media screen and (max-width: 540px) {
.article-details-content  .sppb-addon-text-block  h2 {  .... }
.article-details-content  .sppb-addon-text-block  h3 {  .... }
.article-details-content  .sppb-addon-text-block  h4  {  .... }
}
0
senolsengul
senolsengul
Accepted Answer
10 months ago #178508

Thank you for your interest.

There is an abnormal situation here. I am using your latest theme and I have not installed any plugins except the backup plugin. The titles and related article images do not appear properly on mobile devices. It is probably not right to make extra styles for each article. I am also using your other themes and I have not encountered such a situation in them.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178515

Every template is different, please don't blame me for that.

Listen my advice and set common font-size that will be used in all articles where you used SPPB.

0
senolsengul
senolsengul
Accepted Answer
10 months ago #178517

I don't blame you. This situation is just a little strange. Where exactly should I paste this code? Also, the related article images at the bottom of the article do not fit on the screen. How can we solve this problem?

https://prnt.sc/QIlyBVqXFWI0

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178519

My CSS code is almost empty, as example for you, as webmaster you should know the basics of CSS. I'm sure there are online courses and books about CSS in Turkish language as well. I don't know what values you want to use e.g. font-size:28px or font-size: 32px or others. Then use use it inside { ...}

You can use custom.css file or Custom CSS area >> https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta#documentation-heading-3 || it will be universal for whole site.


Forgive me but I don't understand what is wrong on your screenshot? I saw red arrow, but I don't know what next ....

0
senolsengul
senolsengul
Accepted Answer
10 months ago #178520

On mobile devices, images carry the screen size

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178522

Share link to example subpage...

0
senolsengul
senolsengul
Accepted Answer
10 months ago #178523

here you go. You can look at the related articles at the bottom of the page.

https://www.turkiyexperiences.com/antik-kentler/amorium-antik-kenti

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178560

Connection time limit exceeded

ERR_TUNNEL_CONNECTION_FAILED

Or my net is slow, or your hosting is overloaded

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #178576

My suggestion for Mobile view will be

@media screen and (max-width: 680px) {
.related-article-list-container {margin: 10px;}
.article-details .article-ratings-social-share {margin-left: 15px; margin-right:15px;}
}
1
senolsengul
senolsengul
Accepted Answer
10 months ago #178583

Thank you very much. It was very successful.

0