Using with Business Hours Pro shortcode
-
I apologize in advance since the trouble I’m having is due to my inexperience.
I am using the plugin Business Hours Pro to insert the current days hours in the menu. I would then like that to link to the “Hours” page.
I have the following code in the description field:
TODAY’S HOURS:
[iva_bhrs name=”hours”]The Navigation Label has (untitled) inserted.
I’ve tried inserting this code in the description field to create a link to the “Hours” page:
TODAY’S HOURS:
[iva_bhrs name=”hours”]This pushes both lines of text down below the main nav which isn’t okay.
Prior to working on getting this link to work, I had to add this code to the CSS to line up that 2-link link:
.fusion-main-menu .menu-item-1015 {
text-align: center !important;
line-height: 19px;
color: #2B7886;
margin-top: 31px !important;
padding-right: 1px !important;
}If I remove the margin-top from the code, the first line is positioned perfectly but the second line (with the hours) get pushed down about 80px or so.
Any chance you could help me figure this one out?
I would be very grateful!
- The topic ‘Using with Business Hours Pro shortcode’ is closed to new replies.