Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1056105

    Hi, I have a color section with a title and logo and I would like the logo to be at the top left corner and the title at the top right corner.

    How can I do this and remove all the padding and margins that are centering them to the middle of the page?

    Thanks

    #1056413

    Hey DROR,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-477 #av_section_1 .container {
        max-width: 100%;
    }

    Best regards,
    Rikard

    #1056495

    Thanks, and how can I make the content to align to the top instead of the middle as it is now?

    #1056555

    Hi,

    Please try this as well:

    .page-id-477 .avia-builder-el-0 .container {
      padding-top:0 !important;
    }

    Best regards,
    Rikard

    #1059355

    Hi Rikard, that still leavs plenty of space/margin at the top.

    #1060713

    Hi,

    Sorry for the late reply, I get a 404 error on that page. Could you check the URL please?

    Best regards,
    Rikard

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