Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #121744
    jomi
    Participant

    Hallo Guys,
    I´m rly new here. Maybe u can help me with my problem on my wordpress site.
    I want to increase the width of footer widget:

    My first foothr is the huge it map and secound footer is the Kontact-Text.
    Now i want to have a larger Map on my footer. Because it looks not so good at the moment with so much free space..
    Thanks for ur help 😉 iam not using catch theme promo. Iam using catch resposive.

    My Website: http://www.stuckundlehm.de/

    #121760
    tikaram
    Keymaster

    @jomi : Go to Appearance => Customize => Additional css and add the following css.

    @media only screen and (min-width: 990px) {
    .site-footer #first {
    	width: 780px !important;
    }
    .site-footer #second {
    	width: 380px !important;
    }
    }

    Let me know if you have any more issues.

    Regards,
    Tikaram

    #121763
    jomi
    Participant

    Hey Thank u for ur fast answer but nothing changed ;( i copied this code in my add. css.


    @media
    only screen and (min-width: 990px) {
    .site-footer #first {
    width: 780px !important;
    }
    .site-footer #second {
    width: 380px !important;
    }
    }
    do u have another idea? i´m rly rly new with wordpress 😉

    #121764
    jomi
    Participant

    Ah OK NOW I GOT IT MANY THANKS MAN UR AWESOME!!!!

    #121765
    jomi
    Participant

    Now my last question if u open my page http://www.stuckundlehm.de/
    via smartphone or wordpress-smartphone-viev u can see that the footer is a little bit to big for resposive viev is that right? do u have any idea how i can change it with css or something like that ?
    Best regards JOMI 😉

    #121806
    tikaram
    Keymaster

    @jomi : I have already replied to this query in the new thread that you posted.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘increase width of footer widget’ is closed to new replies.