Thank you for all the assistance that you have given me. The personalised support is incredibly appreciated!
Can you help with this issue? On my front page, I have chosen to insert media instead of the Title and Subtitle, so that I can better control the text appearance.
However, it looks like there are still line spaces where the title and subtitle fields would be. This pushes both graphics and button down the page. Is there any way to fix this?
Hello there
Thank you for all the assistance that you have given me. The personalised support is incredibly appreciated!
Can you help with this issue? On my front page, I have chosen to insert media instead of the Title and Subtitle, so that I can better control the text appearance.
However, it looks like there are still line spaces where the title and subtitle fields would be. This pushes both graphics and button down the page. Is there any way to fix this?
Thanks, Rhianne
Hi,
Adding this additional CSS should remove any unwanted margins:
.home .hero-subtitle { margin: 0; }
Best, Elena
Hi Elena,
Thank you for your assistance some time ago. I have added the CSS but it has not resolved the issue.
I have attached an image of the problem - I would like the MA logo (and subsequent images/button) to sit higher on the screen.
Thanks,
Rhianne
Attached files: share_626593085438741080.png
Hi again,
Hero content is vertically centred (see attachment). If you want to push it up, you can reduce the top padding, which is set to 90px, for example:
.home #hero .hero-text { padding-top: 40px; }
Best, Elena
Attached files: share_626593085438741080 (1).png
Thank you Elena,
Does this text go in the additional CSS or in the html box before the inserted image?
Thanks,
Rhianne
Hi again,
That's for the additional CSS field.
Best, Elena