Two questions on the slider.
1) How do I move the slider up? I don't want it centered, but it's too far down on the middle blue background.
2) How do I make the image in my slider align with the far left tab? You'll see there is a little gap.
Two questions on the slider.
1) How do I move the slider up? I don't want it centered, but it's too far down on the middle blue background.
2) How do I make the image in my slider align with the far left tab? You'll see there is a little gap.
Hi,
1) How do I move the slider up? I don't want it centered, but it's too far down on the middle blue background.
In layout.css file find this code:
.app_box {
padding: 119px 0 0 59px;
position: relative;
}
2) How do I make the image in my slider align with the far left tab? You'll see there is a little gap.
In layout.css file find this code:
.app_text {
width: 507px;
height: 126px;
padding: 20px 10px 20px 10px;
}
.app_text {
width: 507px;
height: 126px;
padding: 20px 10px 20px 1px;
}
Cheers,
Max.
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.