Footer Gone Off Centre/Not Aligned

Discussion in 'Cloriato WordPress Theme' started by gabriellastrano, Oct 25, 2013.

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

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    Hi,
    I have no idea how, or why just now, but on the shop page of my website, the bottom footer bar/widget has gone out of alignment. The bottom of it is green, in alignment with the main white area of the template/page, but on the Shop pages, it has gone about 5mm to the right...?
    Please advice/fix/help
    Many thanks.
    ink themes footer problem.jpg
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,


    For this Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .archive.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page .footer-content {
    margin-bottom: -20px;
    margin-left:-12px;
    }
     
  3. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    Thank you for that, however, that only works on the first shop page, if you click into the collections or any of the products etc the same problem is there.... please see www.iozzolino.com/shop and click through the collections, and onto cushions, lavender bags etc and you will see what I mean.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .woocommerce.woocommerce-page .footer-content {
    margin-bottom: -20px;
    margin-left: -12px;
    }
    This will solve your issue.
     
  5. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    Perfect, Thank you!!
     
Thread Status:
Not open for further replies.

Share This Page