Blog Page Check Boxes Not Placed Correctly

Discussion in 'Andrina WordPress Theme' started by tmainc, Aug 15, 2015.

  1. tmainc

    tmainc New Member

    Joined:
    Aug 11, 2015
    Messages:
    1
    Likes Received:
    0
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes,

    You can resolve it very easily, you need to paste below CSS code in the Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options->Custom CSS

    Code:
    label#subscribe-label {
        float: none !important;
    }
    input#subscribe_blog {
        float: inherit !important;
    }
    label#subscribe-blog-label {
        float: none !important;
    }
    
    Hope it will resolve your issue :)

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     

Share This Page