Hi,
We would like to add a second button to the shortcode area. Where is the CSS for this container? We want it to look like the image I have attached. Can you help out? Thanks again for all your help Max and TF!
Hi,
We would like to add a second button to the shortcode area. Where is the CSS for this container? We want it to look like the image I have attached. Can you help out? Thanks again for all your help Max and TF!
Hi,
Open the style.css file and find there this code:
.bar-title {
float: left;
font-family: "HattoriHanzoLight", Calibri, sans-serif;
width: 620px;
position: relative;
z-index: 1;
}
change it to:
.bar-title {
float: left;
font-family: "HattoriHanzoLight", Calibri, sans-serif;
width: 510px;
position: relative;
z-index: 1;
}
Then find:
.bar-right {
width: 256px;
float: left;
}
and change it to:
.bar-right {
width: 365px;
float: left;
}
Then you can add another button shortcode without problems.
Let me know if you need more assistance.
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.