I’m using this nice template now, but have an problem with all the images in an article. Only the images will align left and cannot be aligned in the Center. Text in the same article can be aligned in the Center, or left.
Can you please help me with this.
Thanks …..
Albert
ltheme
POSTED: 2023-05-02
Hello ALBERTOOSTEN,
Can you send me direct link to your article layout?
albertoosten
POSTED: 2023-05-02
Hi,
This is the link, I used a table now to center te text a liitle bit. But still, alle images are aligned to the left.
Thank you, this is working, but only incide a table cell I see.
Albert
ltheme
POSTED: 2023-05-05
Hello ALBERTOOSTEN,
I see it's working well now https://www.ingesgalerie.nl/index.php/workshops/brooddeeg-cavia
can you send me direct link for other issue if you still see it?
albertoosten
POSTED: 2023-05-05
Hi,
I removed the table in one of the pages. All is centered in the article.
Get an access to all 265 items designed and developed by LTheme team plus all the future items
which will be released over the course of your club subscription.
Price starting from $69.00
I’m using this nice template now, but have an problem with all the images in an article. Only the images will align left and cannot be aligned in the Center. Text in the same article can be aligned in the Center, or left.
Can you please help me with this.
Thanks …..
Albert
Can you send me direct link to your article layout?
This is the link, I used a table now to center te text a liitle bit. But still, alle images are aligned to the left.
https://www.ingesgalerie.nl/index.php/workshops/brooddeeg-cavia
Albert
Just add more CSS via Template Options > Custom Code, field 'Custom CSS code'
table img {
text-align: center;
}
Please change my CSS to
table img {
text-align: center;
display: inline-block;
}
Save and recheck.
Albert
I see it's working well now https://www.ingesgalerie.nl/index.php/workshops/brooddeeg-cavia
can you send me direct link for other issue if you still see it?
I removed the table in one of the pages. All is centered in the article.
https://www.ingesgalerie.nl/index.php/workshops/pompoen-cavia
Albert
If you move it out of table, so please replace my CSS before with new once
.article-details img {
text-align: center;
display: inline-block;
}
I changed the code and it works. It should follow the settings of the article, why is that not possible in this template?
Thanks …….
Albert
If you want to with with original settings, just add more Custom CSS code
img {
display: inherit!important;
}