By Jay on Friday, 18 January 2019
Posted in General Issues
Replies 9
Likes 0
Views 574
Votes 0
Is there a way to align the embed video in easy blog to the center? the regular alignment button doesn't work. https://faenet.org/blog?view=entry&layout=preview&uid=91.374
Hey there,

May I know which post are you referring to? Because the link that you shared is not accessible.
·
Friday, 18 January 2019 17:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Jay
·
Friday, 18 January 2019 18:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

There is no setting to do the alignment for embedded video currently.

For now, I have added the following CSS code to align the embedded video to center at EasyBlog > Themes > Custom CSS already:

body .legacy-video-container {
text-align: center;
}


Do clear all of your cache before you see the changes.

Can you have a try and see how it goes?
·
Friday, 18 January 2019 19:26
·
0 Likes
·
0 Votes
·
0 Comments
·
I would like an alignment button for embedded video also.
·
Tuesday, 16 April 2019 00:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I would like an alignment button for embedded video also.


Can you explain more about it with some screenshots so that we can have a better understanding of it?
·
Tuesday, 16 April 2019 10:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure, the post I did is here: https://www.cndltd.com/cnd-community/blog/sky-advertising

I didn't want the video to be full screen, so i turned off fluid layout and set the size. But there's no way to have the video centered, it is left-aligned.

-Michele
·
Tuesday, 16 April 2019 22:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can add the following CSS code at Backend > EasyBlog > Themes > Custom CSS:


#eb .video-embed-wrapper {
text-align: center;
}


Do clear all of your caches before you see the changes.
·
Wednesday, 17 April 2019 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post