View Full Version : Resolved Just need a pointer for my edit
theremotedr
02-15-2016, 05:38 PM
I just need some advice where i am to make an edit so i can add some space above the HELLO & WELCOME text.
ios only as pc is fine.
Thanks
See screen shot.
5825
styxlawyer
02-15-2016, 05:48 PM
Increase the top margin of the header element. for example:
.
.
.
margin-top:2em;
.
.
.
theremotedr
02-15-2016, 05:59 PM
Which line would that be please.
styxlawyer
02-15-2016, 06:01 PM
I have no idea as you haven't given a page reference or id for the element which says "Hello & Welcome". I really think you can manage that for yourself.
theremotedr
02-15-2016, 06:12 PM
Here is the page http://www.theremotedoctor.co.uk/index.html
I did not mentioned the page as on the pc is fine its just on an ios device.
theremotedr
02-15-2016, 07:17 PM
Ive now found it with your input,cheers.
#hero h1{
line-height:1.7em;
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.