Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #125274
    PeteGWebmaster
    Participant

    I’m trying to relaunch AmericanPowerINS.com in your template at AmericanPowerINS.com/new/ but I’m having trouble getting the image of the lady on the phone behind the form.

    Also, the gap between the left sidebar and the main content is about 3 times wider than I would like it.

    Please help. Thanks

    #125288
    tikaram
    Keymaster

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

    .sidebar-primary {
    	width: 15% !important;
    }
    .site-main {
    	width: 85% !important;
    	background : url(http://americanpowerins.com/wp-content/uploads/2015/04/welcome1.jpg) no-repeat;
    	background-size: 100%;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #125397
    PeteGWebmaster
    Participant

    It works nicely on the homepage however the background image is also showing up on all other pages. How can I make it so the image only shows up on the home page? Thank you

    #125410
    tikaram
    Keymaster

    @petegwebmaster : Replace the previous css with the following css.

    .home .site-main {
    	width: 85% !important;
    	background : url(http://americanpowerins.com/wp-content/uploads/2015/04/welcome1.jpg) no-repeat;
    	background-size: 100%;
    }

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Form Issues’ is closed to new replies.