Footer full width widget

Home Forums Gillion Theme Footer full width widget

Home Forums Gillion Theme Footer full width widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • dirkvang
    Participant

    Hi,

    Great theme 🙂

    On my homepage I have a full width email sign up form all the way on the bottom, I’d like this to be visible on all pages. So probably best to do this in the footer widgets, but those are 3 columns. How could I achieve what I’m looking for?

    Cheers!

    Hi @dirkvang,

     

    I hope you are well today and thank you for your question.

     

    You can add that sign up form into one of the footer widgets columns and share me your site URL where it is displaying so that I can help you to make it full width by developing custom CSS code.

     

    Best regards,
    Shufflehound team

    dirkvang
    Participant

    Ok thanks I will send the link in the private form.

    dirkvang
    Participant

    And this probably helps too:

    You can make the footer widgets full width by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-footer-widgets .col-md-4.col-sm-6 {
        width: 100%;
    }
Viewing 5 posts - 1 through 5 (of 5 total)