• Hello,

    I would like to have the opening hours to the right of the address etc.. What do I need to change?

    Regards

    Torsten

    • This topic was modified 6 years, 10 months ago by Torsten Bulk.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @tobulk,

    If you share a link to the page with the business profile on it, I may be able to provide some simple CSS code.

    Hey there. Great plugin and super easy to use. Thanks so much. I’m helping my friend out with her website, I’m not a pro, but between what I know and what I can find online I make it work lol. I entered the short code for the contact card and all is well. I searched your guides and faqs but didn’t see anything, but did find this.

    I wanted to know how I can center the opening hours as well (under the location info). I have centered in the middle, so location and all that is centered. The hours listed are off to the left. Only way it goes in the middle under the location info is if I do short code to have the hours in a single line. I’m sure there is a code for that, but I’m using prophoto theme in wordpress and I’m not sure how i can center the hours? Let me know if you can help. Thanks so much ?? https://www.modestflyartgallery.com/contact-us/

    my site is modest

    Hi @modestflyartgallery,

    The following CSS code will center the whole contact card and prevent it from expanding wider than 550px:

    
    .bp-contact-card {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
    

    Awesome! Thanks for the quick response ?? So the code did get all centered thank you. Is there a way to have just the text centered above the map? So its all centered above the map? Map stays put, text gets centered above the map? Thanks so much!! <3

    Not sure if this is what you’re looking for, but you can try the following CSS:

    
    .bp-contact-card {
      text-align: center;
    }
    
    .bp-opening-hours {
      text-align: left;
      margin-left: auto;
      margin-right: auto;
    }
    

    Thakn you so much. Thats exactly what I was looking to do. Thank you!!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Opening hours layout …’ is closed to new replies.