- This topic has 9 replies, 3 voices, and was last updated 2 years, 1 month ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
How can I customize the layout of Bard Promo Box widget so that the title does not appear in the center of the image?
Hi Jocelyn,
Can you please describe the issue you have more detailed? Please share a direct link to the page where the issue appears and for more clarifications, screenshots will be much appreciated.
Kind Regards
Thank You! Here is the link. https://jocelynruggiero.com/about/
Quite honestly, I couldn’t figure out how to insert a screen-shot into my post!
Hi Jocelyn,
In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.
To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo
Please make sure to mark your reply as private to hide it from the public.
Kind Regards
Hi Jocelyn,
Thank you for sharing site access details. I will redirect this topic to the developer’s board and they will contact you.
Kind Regards
Hi Jocelyn,
Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:
.bard-widget .promo-box {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.bard-widget .promo-box .cv-container {
position: static !important;
}
Kind Regards
Hi,
Unfortunately, there is no option for that. You may hire a developer for that custom job.
Kind Regards