Move Image in Header

Discussion in 'Dzonia WordPress Theme' started by 1stopnonprofitshop, Jun 10, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    How do I move the "Donate" button so it is more toward the right? I'd like it around the area where I circled.
     

    Attached Files:

  2. priya

    priya Guest

    Hi,

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .textwidget img {
        float: right;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    That code didn't make any changes...
     
  4. priya

    priya Guest

    Hi,

    Please use below code..
    Code:
    .header .textwidget img {
        float: right;
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page