badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Footers questions?

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #59334
    i.v.theodoridis
    Participant

    Hi,

    I have two separate questions:

    1. There seems to be an existing footer (inndicates the copyright, theme owner etc.) that I would like to centre align instead of left-align.

    2. Even though the footer above appears, and that there are three(!) footers according to the widgets section of this template, none of them actually appear on the webpage. How can I make them display and what’s the difference between each one?

    Thanks,
    Yiannos

    #59364
    i.v.theodoridis
    Participant

    bump

    #59392

    Hi

    1. Please use below custom CSS code to centre align the site info.

    .site-info .col-lg-auto, .site-info .col-lg {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }
    .site-info .order-lg-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .site-info .order-lg-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    2. You need to drag/add any widget on that footer column section to show it into your site.

    Thank you for using our theme.

    #59399
    i.v.theodoridis
    Participant

    Thanks!

    #59427

    Welcome anytime @i-v-theodoridis
    Let us know if you have any problem.

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.