Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7775

    Hi Sakin,

    I have 2 questions. I am using the regular Catch Everest and was wondering if it was possible to reduce the top and bottom margins on the footer areas. The second question is about the slider titles. Is there a way to extend the length of space we have for the title? One of the titles  on the slider is too long so it is being broken up into 2 lines and I would like it to be one line. If the space can’t be increased then I would be open to reducing the font size slightly so that it does all fit into one line. Thank you for your help!

    #7776
    #7799
    Sakin
    Keymaster

    @cheri.schneider: Here goes answer to your queries.

    I am using the regular Catch Everest and was wondering if it was possible to reduce the top and bottom margins on the footer areas.
    — Just change it as per your need and add it in “Appearance => Theme Options => Custom CSS” box.
    `
    #supplementary { padding-top: 50px; }
    #supplementary .widget { margin-bottom: 50px; }
    `

    Is there a way to extend the length of space we have for the title? One of the titles on the slider is too long so it is being broken up into 2 lines and I would like it to be one line.
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    `#main-slider .entry-container { max-width: 60%; }`

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Slider Titles and Footer Space’ is closed to new replies.