Colourway - Footer

Discussion in 'ColorWay WordPress Theme' started by dkuhl, Mar 4, 2013.

Thread Status:
Not open for further replies.
  1. dkuhl

    dkuhl New Member

    Joined:
    Mar 15, 2012
    Messages:
    9
    Likes Received:
    1
    Hi there

    I would like to add a chunk of text in the footer (compliance blurb) where can I add this? If I use a widget it all gets squashed to the left - I need it to run the width of the page?

    Many thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Please explain your issue little more and specify this issue with the help of screenshot image that where you want to add the text and change the width .
     
  3. dkuhl

    dkuhl New Member

    Joined:
    Mar 15, 2012
    Messages:
    9
    Likes Received:
    1
    Hi there - the website is www.storrswealthplanning.co.uk. I need to add a load of compliance blurb in the pale blue footer area and it needs to run across the width of the page. Any help would be greatly appreciated. I tried to add a text widget into the footer but it all squashes over to the left in a column format. screen shot.png
     
    edwin likes this.
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    For this issue follow the steps given below.

    1. Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer-container .common.left {
    width: 890px;
    }
    .footer-container .common.second {
    display: none;
    }
    .footer-container .common.third {
    display: none;
    }
    .footer-container .common.right {
    display: none;
    }
    This code will makes the width of the first widget section as you required and hide the remaining 3 footer widget sections

    2. Now, Drag the textbox in the First Footer widget area and paste your text in it and save it.
    This will solve your issue.
     
  5. sarahmiller212

    sarahmiller212 Member

    Joined:
    Mar 20, 2013
    Messages:
    43
    Likes Received:
    0
    Location:
    Raleigh, North Carolina USA
    The above code does wonderfully. How would I use this code to center the text as well?
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer-container .textwidget {
    text-align: center;
    }
    .footer-container h4 {
    text-align: center;
    }
    This will solve your issue.
     
  7. sarahmiller212

    sarahmiller212 Member

    Joined:
    Mar 20, 2013
    Messages:
    43
    Likes Received:
    0
    Location:
    Raleigh, North Carolina USA
    Works excellent! Thanks, Piyush for the quick response! :)
     
Thread Status:
Not open for further replies.

Share This Page