- Posts: 20
- Thank you received: 2
Changing position of H1
-
ikearns
Inactive member - Topic Author
- Member
Less
More
11 years 11 months ago #24620
by ikearns
Changing position of H1 was created by ikearns
The H1 Component style settings appear to set the font, size etc but doesnt seem to impact where they are located on the actual page.
I am trying to move the "Environment for all seasons*" text higher on the page rather than locating it simply in the middle
Any pointers?
regards
Ian
I am trying to move the "Environment for all seasons*" text higher on the page rather than locating it simply in the middle
Any pointers?
regards
Ian
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #24631
by ivan.milic
Replied by ivan.milic on topic Changing position of H1
That is custom html module in header1 position. You can move it to some other postion, and if you want to move it just a bit you can applay relative positioning on :
.mp_header1{
position:relative;
top:...
left:...
}
.mp_header1{
position:relative;
top:...
left:...
}
Please Log in to join the conversation.
-
ikearns
Inactive member - Topic Author
- Member
Less
More
- Posts: 20
- Thank you received: 2
11 years 11 months ago #24652
by ikearns
Replied by ikearns on topic Changing position of H1
Would you put that into the CSS file or direct into the custom HTML module? What values are necessary to move the image upwards? Any chance you can post an example?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 11 months ago #24662
by ivan.milic
Replied by ivan.milic on topic Changing position of H1
bottom of template_css.css is good place
Please Log in to join the conversation.
Time to create page: 0.139 seconds