Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #87383
    husker
    Participant

    How can I decrease the space between the 3 custom Footer widgets or add more space between them?

    The 3 footers do not line up well when site is viewed on iphone landscape and Ipad portrait. The right most widget lines up under the left widget.

    Brian

    #87390
    Mahesh
    Participant

    @husker: Please add the following CSS and it will fix the issue.

    @media screen and (max-width: 1081px) and (min-width: 480px) {
        #supplementary .widget-area:nth-child(2n+1) {
            clear: none;
        }
        #supplementary.three .widget-area, #supplementary.two .widget-area {
            width: 33.33%;
        }
    }

    Let me know if any problem.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Supplementary Footer Widgets’ is closed to new replies.