Hello,
1. When I use an icon with a sentence, it doesn’t move.
Especially, when I align a sentence to the center, an icon is still on the left side.
How can I move an icon?
2. I want all the contents to move center on the website. (both problem are the below web page)
All contents are slight to the left side.
Thank you for your help.
Sincerely,
Hey colorlike,
I’m not sure that I fully understand your intentions, could you post a screenshot highlighting what you would like to achieve please?
Best regards,
Rikard
Hi,
Thanks for the screenshot and the link to your site, for the first request try this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.page-id-378 #av_section_2 .av_textblock_section p {
width: 470px;
margin: auto;
}
For the second request try this css:
.page-id-378 #av_section_5 .avia_codeblock iframe {
width: 100%;
}
After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area.
Best regards,
Mike
Hello Mike,
It worked!
Thank you so much!
Sincerely,