Footer > one column (full width)

Discussion in 'Gommero WordPress Theme' started by mwnow, Nov 26, 2014.

Thread Status:
Not open for further replies.
  1. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Hi,

    I would like to have a full widht footer. There I would like to insert one picture, (centered, full width).
    http://mikado-moden.com/

    I attach two screenshots, the first shows the actuall footer.
    And the second one shows the footer, which look I would prefer.

    Can you please explain me how I can change that (with css?).

    Thank you!
     

    Attached Files:

  2. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    The image in the footer should resize (scale smaller), if you use a smartphone oder tablet, or simple scale the browser window...is that possible?

    I really hope
     
  3. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Miriam,

    1. You have to edit footer.php file as shown below in screenshot.

    27nov1.png

    2. Then paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer_wrapper {
    padding: 0;
    }
    .footer_wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  4. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    yeah :) you are great!! it works
     
  5. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    Hello,

    is it possible to reduce the glow of the footer? (i mean the soft light at the edges...)

    Greetings Miriam
     

    Attached Files:

  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Miriam,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content_wrapper {
    box-shadow: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  7. mwnow

    mwnow Member

    Joined:
    Sep 23, 2013
    Messages:
    82
    Likes Received:
    3
    It solved my issue.

    Thanks a lot!
     
    Yogesh likes this.
Thread Status:
Not open for further replies.

Share This Page