Reply To: Mobile Responsive

Homepage Community Forums Adapt Theme Support Mobile Responsive Reply To: Mobile Responsive

#1057
Wes
Moderator

    Whoops, forgot the css part. You can add something like this –

    #inner p {
        margin: 0 0 20px;
    }

    Add “padding: 0;” to line 184 in your css file to the #title ID. On your home page the h1 tag is used for the title, and on other pages the title is using a “p” tag…..which is why its showing differently.