Hello there,
I have first page that has a color section with a full width background on it. The only thing remaining is having a heading and two buttons at the top left corner of the page. I have added a text block in the color section and two full with buttons but this is the closest I could get:
The empty rectangle is the place that I want the content to be.
Please advice.
Thanks!
Hi insurefirst!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
Elliott
Hi,
Please see the following login info.
Thanks!
Hey!
Please edit your homepage and then edit your column and apply negative top margin to it – http://i.imgur.com/gu4yBKo.png
Cheers!
Yigit
Hi,
That will only bring it up and not to the left side. The other problem is that if I apply the margins, when I view the website on a smaller screen, the heading is off the page!
Please advice.
Thanks,
Amin
Hi!
Add this to a codeblock element in the page.
<style type = "text/css">
#av_section_1 main {
display: block !important;
}
#av_section_1 .container { max-width: 100% !important; }
</style>
Regards,
Elliott
Hi,
So I did what you have asked. I removed the previous negative top margin and added a code block with the code you provided and now it looks the way that I wanted.
Thanks!