Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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,
    Gust2007

    #1019584

    Hey Gust2007,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1019598

    Yes, exactly. I made a mockup (private content) of what I want to achieve.

    Thank you !

    #1019766

    Hi,

    Thanks for the mockup, though your site looks more less exactly like it. I’m assuming you managed to get it working?

    Best regards,
    Rikard

    #1019847

    Hi,

    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,
    Gust2007

    #1019885

    Hi,

    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,
    Rikard

    #1020312

    Hi 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.
    Gust2007

    #1020578

    Hi,

    Ok, thanks for the update. We’ll leave the thread open in case you should need any further help.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.