How to adjust the size of video titles in the gallery. Display video in 1 column

  • Posts: 16

How to adjust the size of video titles in the gallery. Display video in 1 column was created by treiiderr

1. How to adjust the size of video titles in the gallery (not to be confused with a separate view), both in the mobile version and in the desktop version?

2. How can I display videos in 1 column in the mobile version of the site? Now the default display in the mobile version is 2 columns.
4 months 1 week ago #2843

Please Log in or Create an account to join the conversation.

Replied by Administrator on topic How to adjust the size of video titles in the gallery. Display video in 1 column

1. How to adjust the size of video titles in the gallery (not to be confused with a separate view), both in the mobile version and in the desktop version?

You should write custom CSS code to override any layout styles including the title size.

Kindly go to the "Components => Yendif Video Share => Videos" menu from your Joomla back-end, select the "Advanced" tab, find the "Custom CSS" option to add your custom CSS code.

Example CSS Code:
.yendif-video-share-grid .yendif-video-share-title {
    font-size: 2rem;
}

2. How can I display videos in 1 column in the mobile version of the site? Now the default display in the mobile version is 2 columns.

Kindly add the following CSS code to display videos in 1 column in the mobile version of the site,
@media only screen and (max-width: 480px) {
    .yendif-col-xs-2 { 
        width: 100% !important; 
    }
}
The following user(s) said Thank You: treiiderr
4 months 1 week ago #2845

Please Log in or Create an account to join the conversation.

Time to create page: 0.251 seconds

Business Address

PLUGINSWARE INTERACTIVE PVT LTD
Door No 2A, Venkateshwara Nagar,
1st Main Road, Velachery, Chennai,
Tamilnadu, India
Pincode: 600042
© 2013 - 2024 Pluginsware Interactive Private Limited. All Rights Reserved. The Joomla! name and logo is used under a limited license granted in the United States and other countries.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.