Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Patrick ODonoghue

    (@patrick-odonoghue)

    Click the above text to go to the website, My mistake.

    sidHitesh7

    (@siddhapurahitesh)

    Because there is 600px width content width with floating left. see in your style.css at line no. 358 following code

    .content {
    	float: left;
    	width: 600px;
    }

    Change width to 100% it will center into all device

    Thread Starter Patrick ODonoghue

    (@patrick-odonoghue)

    Ok perfect the buttons are to the middle, Any chance of re positioning the page title “Are you a….” Closer to the buttons without effecting the look on the phone?

    sidHitesh7

    (@siddhapurahitesh)

    replace your .entry-title class at style.css(line no.502)

    entry-title {
        font-size: 36px;
        word-wrap: break-word;
        line-height: 1.2;
        text-align: center;
    }
    sidHitesh7

    (@siddhapurahitesh)

    If It resolve your issue, then please resolve topic

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Removing Sidebar Problems’ is closed to new replies.