Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #84737

    Hi there,

    is it possible to amend the width of the 3 columns in the footer? Instead of having them all the same size I would like to have like a 2:3:2 ratio if you know what I mean.

    Also is it possible to have the text in a “text” widget to show in italics?

    my website if needed is: http://wanderlust-effect.com/

    Cheers
    Erica

    #84776
    Pratik
    Keymaster

    Hi Erica,
    For to amend the width of the 3 columns in the footer and have text in a “text” widget to show in italics, you can add following CSS in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    #supplementary #first,
    #supplementary #third {
        width: 330px
    }
    #supplementary #second {
        font-style: italic;
        width: 496px;
    }
    

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Footer columns width and font’ is closed to new replies.