• Resolved jammysmears

    (@jammysmears)


    Hi,

    I’m having some issues with the Business Hours Indicator plugin using this shortcode [mbhi_hours location=”your location name” output=”table”]:

    1. The days of the week are not bold like in the example on the site.

    2. There is no space between the days and the time.

    The site is not publicly viewable so here is a screenshot: https://snipboard.io/j6OZbS.jpg

    Ty

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Maarten

    (@maartenbelmans)

    Hi @jammysmears

    Our plugin does not add its own styling but takes over the table styling your theme has. In your case, your theme does not have styling for a table.

    You can solve your issues by adding the following CSS code to your site via your WP dashboard > Appearance > Customize > Additional CSS:

    .mabel-bhi-businesshours tr td:first-child{font-weight:bold;}
    .mabel-bhi-businesshours tr td:last-child{padding-left:10px;}

    If this fixes your issue, please consider rating our free plugin as ratings are the only way we can grow.

    Thread Starter jammysmears

    (@jammysmears)

    Hi Maarten,

    Thanks a lot! That fixed it.

    Ty

    Plugin Author Maarten

    (@maartenbelmans)

    Glad it’s fixed and thanks for the rating, means a lot ?? Enjoy your day/evening!

    Thread Starter jammysmears

    (@jammysmears)

    Are the [mbhi_vacations location=”your location name”] and [mbhi_specials location=”your location name”] only for the paid version?

    Plugin Author Maarten

    (@maartenbelmans)

    Yes, they require the paid version. We have to draw a line somewhere to what we can give out for free.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Styling issues’ is closed to new replies.