Okay
  Public Ticket #1288623
Footer Widget Alignment
Closed

Comments

  •  1
    redkay11 started the conversation

    Hi,

    I want the items in my footer widgets to be displayed vertically, how can I do that?

    Bear in mind that my page is Arabic (RTL).

    The attached image is one widget with three items all beside each other.

    Thanks,

    Redwan

  • [deleted] replied

    Hi Redwan,

    This is a customization question and support doesn't offer customization services as we wrote on our support homepage. I will try to help you this time though

    .row.footer-widgets .col-sm-3 {
        width: 100% !important;
        text-align: center !important;
    }
    footer.site-footer.inverted .footer-widgets .sidebar ul li {
        float: none !important;
    }
    footer.site-footer.inverted .footer-widgets .sidebar ul li a {
        margin: auto !important;
    }

    If you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Envato Studio. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

  •  1
    redkay11 replied

    Hi Ylli,

    Thanks for our reply. Actually, this is not what I meant. The code below made all the lists and widgets ontop of each other. What I wanted is to have the items of each widget to be vertical, meaning having three footer columns containing the menu items vertically in each column.

    I managed to do that be eliminating the first part of your code :)

    Now it is looking exactly as I wanted.


    Thanks again.

    Redwan

  • [deleted] replied

    Hi Redwan,

    I'm glad to hear that

    Will set this ticket as solved from here.