This topic has 14 replies, 5 voices, and was last updated 8 years ago by Fem.
Tagged: Business Hours Pro, css
Viewing 15 posts - 1 through 15 (of 15 total)
At present, the concept to centre the entire div is not present and right now the divisions are divided in to percentage based. So, need to change the entire divisions.
We’ll implement this concept in future updates.
If you share the screenshot then we can help you out in centering the entire div. You can use custom CSS. Might be the support team is not clear with your question as you didn’t share the screenshot of how you want to populate the layout.
Add this custom CSS into your custom CSS section area. This solves your solutions.
.widget_text .iva_bh_shortcode span.days,
.ivabh-businesshours span.days {
width: 100%;
display: block;
float: none;
text-align: center;
vertical-align: middle;
}
.widget_text .ivabh-businesshours span.hours,
.ivabh-businesshours span.hours {
width: 100%;
display: block;
float: none;
text-align: center;
}
Regards,
Wajid Khan
If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as a private reply so that only admin can see your wp-logins.
Note: Before providing the wp-logins to any support staff, kindly please make sure you take a backup of everything including WordPress content, theme options, widgets etc.
We have made a fix for you. I see that you have added a fixed width for that business hours shortcode so i made a changes in the css in the same page by setting the following value and its working fine now. If you want to use on another page use this custom css
.iva_bh_shortcode { margin: 0 auto !important; }
Due to no response from the last message, we assume the problem is resolved and we consider closing this topic. If you have any further queries related to the same question then please re-open post your question here instead of opening a new topic.
Viewing 15 posts - 1 through 15 (of 15 total)
You must be logged in to reply to this topic.