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

    Hi guys

    This is my first post here – and I have to start saying, that I simply just LOVE the Enfold-theme and especially the Advanced Editor! :)

    But I have a problem with some collumns. It can be seen here: http://profilpartners.dk/wordpress/?page_id=168

    The menu in the right side is ‘pushing’ the text on the left down. I dont want that – but just the menu to go along the text.

    How can that be done? I suppose it is some CSS tweeking that has to be done.

    I hope my question makes sense.

    Kind regards, David

    #247108

    Another example can be seen here: http://profilpartners.dk/wordpress/?page_id=185

    It looks terrible :/

    #247276

    I have resolved the last link in another way – but the problem still persists in the first link.

    Is there anyone who would know how to fix this?

    Kin regards, David

    #247293

    Hey David!

    Try adding this code to the Quick CSS:

    .page-id-168 .avia-builder-el-3 {
        position: absolute;
        right: 0;
    }

    Cheers!
    Josue

    #247300

    Wow – that just made it!

    But is there a way to do this to all pages and not just page 168?

    Thanks a lot! :)

    #247301

    Hi!

    Is kinda tricky, because i’m targeting that “sidebar” element based on the order it was created in ALB so in that specific page is 3 (avia-builder-el-3), you can check that easily with the Chrome Inspect element tool and modify the code accordingly.

    Cheers!
    Josue

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