Center Image In "Blog Options" - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Center Image In "Blog Options"

M

MIHIET

Helix Framework 4 years ago

Hello, The image in "Blog Options" of an article is positioned on the left since the update of HU 2.0.2. How to center the image now? Thank you.

0
12 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #30890

Hello there,

Please share a screenshot of the exact problem you are facing and the exact site URL.

Thanks!

0
M
MIHIET
Accepted Answer
4 years ago #30907

Hello, How to put the image back in the center of the screen ? https://paste.pics/cccf2e1b2dcfff93b1889ce138d78482

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #30953

Hello there,

It is showing left because the image if too small to show it full screen. Please add the below code inside the custom CSS section.

.article-details .article-full-image{
margin-left:400px;
}

It will solve your issue.

Thanks!

0
M
MIHIET
Accepted Answer
4 years ago #30978

Big problem After making the changes the font changed to large print. Thank you for your help.

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #31143

Hello there,

Please share a screenshot of the problem aroused after adding the CSS.

Thanks!

0
Ugur Uygur
Ugur Uygur
Accepted Answer
4 years ago #31164

This is how the font grows. Now I tried it too, yes the text is getting bigger. https://imgur.com/a/Qca5nwU

Template Options -> Typography -> Body - Size 16px and Save

Image centering

.article-details .article-full-image {
    display: flex;
    justify-content: center;
}
0
M
MIHIET
Accepted Answer
4 years ago #31171

Hello, I just did a site restoration. Now all the fonts have become narmal again.

0
M
MIHIET
Accepted Answer
4 years ago #31191

Ugur, I just applied your code and modified the typography. The blog image is well centered and the typography correct. However the typography of the "off-canvas" menus are too big now.

0
Ugur Uygur
Ugur Uygur
Accepted Answer
4 years ago #31299

How can I see live

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 years ago #31329

If possible give us a screenshot of this issue

0
M
MIHIET
Accepted Answer
4 years ago #31353

The off-canvas menus could perhaps be a little smaller. https://paste.pics/bfa6fd43cdd740b05dc12f7018106846

0
Ugur Uygur
Ugur Uygur
Accepted Answer
4 years ago #31530

If you reduce the font size by px it will be fine. In addition, the top menu is small, the submenus is large, it does not look very nice. Thanks

1