Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2934909
Reduce column numbers in Bottom Area
Closed

Comments

  • lorenzorosi94 started the conversation

    Hi,

    I have added some text in the Bottom Area.
    Because the text in long, the line breaks.

    I would like to use all the void space available on the right.

    Is it possible?

    Thank you.

  •  7,092
    Oliver replied

    HI!

    CSS example:

    @media (min-width: 992px) {
    #footer-nav .col-md-6 {
        display: none;
    }
    #footer-nav .col-md-3.col-md-pull-9 {
        right: 25%;
        width: 50%;
    }
    }

     

    3938581396.jpg

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver