-
AuthorPosts
-
October 9, 2018 at 5:01 pm #1019547
Hello,
is there a way to align an image, which is inside of a regular color section, to the left side of the screen.
The color is section is the first on the page, the container of the theme is set to be 90%.
So I want to have those standard settings, but the image inside the color section should align to the left side of the screen.Is there a way to do this. You can see it on the page I mentioned in the private content.
Thank you very much,
Gust2007October 9, 2018 at 6:01 pm #1019584Hey Gust2007,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaOctober 9, 2018 at 6:29 pm #1019598Yes, exactly. I made a mockup (private content) of what I want to achieve.
Thank you !
October 10, 2018 at 5:40 am #1019766Hi,
Thanks for the mockup, though your site looks more less exactly like it. I’m assuming you managed to get it working?
Best regards,
RikardOctober 10, 2018 at 9:54 am #1019847Hi,
yes, i got it working, except for the top menu to be restricted in width.
It would be great if you could show how to restrict the top menu to be like 90 % of the width.I managed to get the result so far using this CSS:
.container {
padding: 0;
}
.container .av-content-full:not([role=”main”]) {
padding-left: 5% !important;
padding-right: 5% !important;
}That enabled the image to be on the left and all other color sections to have a padding.
I assume I can also set the max width of the menu in a similar way ?Thanks for your help,
Gust2007October 10, 2018 at 11:22 am #1019885Hi,
Thanks for the update. I had a look at your site but it looks like the image you first wanted to place to the left is within the header container, so if you put padding or margin that is going to move off the side. Maybe it would be better if you placed that image in an absolute position?
Best regards,
RikardOctober 11, 2018 at 1:24 pm #1020312Hi Rikard,
I think it works now, although I have not solved the width of the menu yet.
But I think I can find out how to do that.Thanks for your help.
Gust2007October 12, 2018 at 5:19 am #1020578 -
AuthorPosts
- You must be logged in to reply to this topic.