• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Hi,

    very quick question

    on the contact page..my email is a bit to big for the social identities box

    http://creatureproductions.co.uk/contact/

    is there anyway to extend the width ?

    Ewan25
    1 year ago
  2. Hi,
    unfortunately this is not possible but you can move all items to the left a little and all would be fine.
    In style.css file find this code:

    .social-box {
    padding: 0 5px;
    }
    
    .social-box .row {
    clear: both;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 12px 0;
    height: 24px;
    line-height: 24px;
    padding-left: 32px;
    font-size: 13px;
    font-weight: normal;
    }
    

    and replace with:
    .social-box {
    padding: 0;
    }
    
    .social-box .row {
    clear: both;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 12px 0;
    height: 24px;
    line-height: 24px;
    padding-left: 25px;
    font-size: 13px;
    font-weight: normal;
    }
    

    Cheers,
    Max.

    Max
    1 year ago
  3. ah ok so move the text itself

    It has worked ....cheers :)

    Also I was wandering ..on the homepage

    http://creatureproductions.co.uk/

    would it be possible to get rid of the white strip between the light grey bit (services and tweets) and black footer.

    Obviously that's the page text section bit ..which is empty.

    Ewan25
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.