-
AuthorPosts
-
freissmann Developer
freissmann
- Join date:
- February 2011
- Posts:
- 294
- Downloads:
- 0
- Uploads:
- 71
- Thanks:
- 79
- Thanked:
- 29 times in 1 posts
July 17, 2013 at 2:57 pm #189021I have a small issue as you can see at the screenshot attached.
Here you can find the website: http://www.azureblog.euAlso with firebug I could not locate the problem…
Any ideas?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 18, 2013 at 9:10 am #499436You can find and fix it here
Open templates/ja_mero/less/themes/rrcg/variables-custom.less file
From
.linkextern .btn {
background: url(../../../templates/ja_mero/images/themes/rrcg/readmore-bg.png) no-repeat left top transparent;
border: 0;
height: 20px;
margin: 0;
padding: 0;
width: 190px;
.border-radius(0px);
.box-shadow(none);
.transition(none);
}
Change to
.linkextern .btn {
background: url("../../../templates/ja_mero/images/themes/rrcg/readmore-bg.png") no-repeat scroll left top transparent;
border: 0 none;
border-radius: 0 0 0 0;
box-shadow: none;
height: 20px;
margin: 0;
padding: 0 0 0 25px;
text-align: left;
transition: none 0s ease 0s;
width: 190px;
}
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
small css display issue
Viewing 2 posts - 1 through 2 (of 2 total)