New Landing How can we help? Atelier Centralising the category filter (portfolio page) & Mailchimp widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #293055
    OllieOdy86
    Member
    Post count: 18

    Is it possible to centralise the filtering options on the portfolio page? They are currently left aligned – see screen shot attached.

    Also what would the CCS be for centralising the email chimp text in the footer & changing the text on the word ‘newsletter’ to match the <h5> text used elsewhere on the website.

    Many thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #293287
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1) Please add this to Theme Options => Custom CSS

    ul.portfolio-filter-tabs {
        text-align: center;
    }
    ul.portfolio-filter-tabs li.all, 
    ul.portfolio-filter-tabs li.has-items {
        float: none;
        display: inline-block;
        text-align: center;
        margin-right: -3px;
    }

    2) Please use this:

    #footer-widgets .widget-heading,
    #footer-widgets form#mc4wp-form-1 {
        text-align: center;
    }
    #mc_embed_signup_scroll label {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: "source_sans_probold", Arial, Helvetica, Tahoma, sans-serif;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.