Top border missing in category view on frontpage

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 04, 2014 2:16 pm
Reply with quote
Report this post
Hi,

See print screen. How do I get the border on the first article to show?
User avatar
Junior Boarder

GK User
Tue Feb 04, 2014 2:29 pm
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Tue Feb 04, 2014 7:02 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Tue Feb 04, 2014 9:13 pm
Reply with quote
Report this post
Sorry, you need to click on "Våra butiker" in the sidemenu to get to the correct page.
User avatar
Junior Boarder

GK User
Wed Feb 05, 2014 4:01 pm
Reply with quote
Report this post
http://interjakt.onelime.se/index.php/c ... 1-enkoping

That is the correct url, sorry.

How do I add the line above the first item?
User avatar
Junior Boarder

GK User
Wed Feb 05, 2014 7:27 pm
Reply with quote
Report this post
Please edit: /templates/gk_instyle/css/override.css and add at its end:
Code: Select all
#itemListLeading .itemContainer:first-child article.itemView {margin-top: 48px !important;}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Feb 05, 2014 8:08 pm
Reply with quote
Report this post
Thank you, half way there:)

It is now on the same heigh -good, but the top border is missing.

See attachment,


Thanks for great support.
User avatar
Junior Boarder

GK User
Thu Feb 06, 2014 1:53 pm
Reply with quote
Report this post
Code: Select all
#itemListLeading .itemContainer:first-child article.itemView {
margin-top: 48px !important;
border-top: 1px solid #E5E5E5 !important;
}
User avatar
Moderator

GK User
Sat Feb 08, 2014 10:42 am
Reply with quote
Report this post
Hi,

Almost.. See print screen.

Thanks :)
User avatar
Junior Boarder

GK User
Sat Feb 08, 2014 9:05 pm
Reply with quote
Report this post
Please replace previous code with this:
Code: Select all
#itemListLeading .itemContainer:first-child article.itemView {
padding-top: 48px !important;
border-top: 1px solid #E5E5E5 !important;
}
User avatar
Moderator


cron