• zrakeiwp

    (@zrakeiwp)


    I want to set a different look for footer widgets and I have already done some but I can’t find the right way:
    1. I have changed the look of contact form 7 in footer widget 1, but it is not responsive only in iphone
    2. what is the css code I can use to set the space between widgets in the widgets
    address: zrakei.com/college

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themeshopy

    (@themeshopy)

    Hello @zrakeiwp,

    It seems that you want only two widget areas in footer & that can be done by one Step:

    Go to Dashboard >> Appearance >> Customizer >> Theme settings >> Footer Text, now select the footer widgets areas ‘Two’ and publish it.

    By this you need not add width:600%; CSS only you have to add below CSS in Additional CSS.

    form.wpcf7-form label{
    width: 100%;
    }
    .second_form_of_contact_mb h5 {
        color: #fff;
    }

    Thank You.

    Thread Starter zrakeiwp

    (@zrakeiwp)

    I appreciate you a lot.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘changing footer widgets’ CSS’ is closed to new replies.