• Rhino91

    (@rhino91)


    Hey Guys,

    I cant for the life of me figure out how to remove the border pictured. Could any one help me.I am using the responsive theme

    Thanks in advance,
    Ryan

    <a href="http://s1304.photobucket.com/user/riznongyz/media/borderissue_zpsf18dd82f.png.html"><img src="http://i1304.photobucket.com/albums/s526/riznongyz/borderissue_zpsf18dd82f.png" border="0" alt=" photo borderissue_zpsf18dd82f.png"/></a>
Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It looks like a background color CSS style applied to the <div> surrounding the black-background <div>.

    Pioneer Web Design

    (@swansonphotos)

    Providing an image of a CSS issue will not allow us to respond well, if at all…Please provide a site link or the CSS in question at least.

    martcol

    (@hotmale)

    Your link did not work. Is your site live? It would be easier to tell with a look at the page.

    Thread Starter Rhino91

    (@rhino91)

    sorry for the bad link. The website is not live yet. This picture will show you what I mean. Cheers

    http://i1304.photobucket.com/albums/s526/riznongyz/borderissue_zpsf18dd82f.png

    jasonpaulweber

    (@jasonpaulweber)

    I would just ask Emil … http://cyberchimps.com/forum/free/responsive/ … he usually responds quickly to support questions.

    But I’m pretty sure it has something to do with your wp-content/themes/responsive/style.css … somewhere in here:

    #wrapper {
    	-webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
    	background-color: #fff;
    	border: 1px solid #e5e5e5;
    	border-radius: 4px;
    	clear: both;
    	margin: 20px auto 20px auto;
    	padding: 0 20px 20px 20px;
    	position: relative;
    }
    
    .home #wrapper {
    	background-color: transparent;
    	border: none;
    	margin: 20px auto 20px auto;
    	padding: 0;
    }

    Remember, the first margin is the top, then right, then bottom, then left. But I’d post the question in their support forum.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Responsive theme page border issue’ is closed to new replies.