Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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,280
    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