Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #59914
    Jocelyn Ruggiero
    Participant
    Premium Member

    How can I customize the layout of Bard Promo Box widget so that the title does not appear in the center of the image?

     

    #59917
    vako
    Keymaster
    WP Royal Team

    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

    #59921
    Jocelyn Ruggiero
    Participant
    Premium Member

    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!

    #59925
    vako
    Keymaster
    WP Royal Team

    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

    #59932
    Jocelyn Ruggiero
    Participant
    Premium Member
    This reply has been marked as private.
    #59944
    Jocelyn Ruggiero
    Participant
    Premium Member
    This reply has been marked as private.
    #59949
    vako
    Keymaster
    WP Royal Team

    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

    #59977
    vako
    Keymaster
    WP Royal Team

    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

    #60058
    Jocelyn Ruggiero
    Participant
    Premium Member
    This reply has been marked as private.
    #60113
    Duke
    Keymaster
    WP Royal Team

    Hi,

    Unfortunately, there is no option for that. You may hire a developer for that custom job.

    Kind Regards

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.