Spacing between lines in Article & Blog articles

GK User
Thu Nov 19, 2015 9:25 pm
Hi,

Sorry for annoying you yet again. I can't seem to find where to change the spacing between lines in Article & Blog articles.
Spacing between lines is way too big if you have a bit of a long text!
Any help, once again greatly appreciated :)
User avatar
Junior Boarder

GK User
Fri Nov 20, 2015 5:52 pm
Could you please post an url to your site?
Could you please mark this spacing on a screenshot?
User avatar
Moderator

GK User
Fri Nov 20, 2015 6:50 pm
Here you go!
User avatar
Junior Boarder

GK User
Fri Nov 20, 2015 9:10 pm
When a description of more than 1 line happens, the dotted lines don't matchup nicely with the price :(
User avatar
Junior Boarder

GK User
Wed Nov 25, 2015 7:10 pm
What about the site's url?
User avatar
Moderator

GK User
Sat Nov 28, 2015 2:00 pm
Cyberek wrote:What about the site's url?

www.oersgezellig.nl
User avatar
Junior Boarder

GK User
Mon Nov 30, 2015 6:36 pm
Lets start with spacings in menu... Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
Code: Select all
.gk-menu-container dd {
    margin: 0 0 0 0;
}

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

GK User
Mon Nov 30, 2015 6:37 pm
You also have some problems with footer being overlapped by page content, please modify footer declaration in override.css to this form:
Code: Select all
#gkFooter {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #faf8ea;
    z-index: 100;
}
User avatar
Moderator

GK User
Mon Nov 30, 2015 6:40 pm
To decrease spacings under page headings, please change this override.css:
Code: Select all
.bigtitle .header small {
    color: #a89c72;
    display: block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0!important;
    margin: 4px 0 40px 0;
    text-align: center;
}

and reduce bottom margin:
Code: Select all
    margin: 4px 0 4px 0;
User avatar
Moderator

GK User
Mon Nov 30, 2015 6:42 pm
Now with dots not showing correctly - could you please point me into a subpage where this issue can be seen? Also, what browser and os are you using?
User avatar
Moderator


cron