Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1230575

    Hi,

    I have read through the Enfold documentation and set up a widget area in the header. That seems to work fine but I can’t find the correct CSS code to position the widget text to the right of the main container.

    I have been through the help forum and tried every bit of code I can find but the nearest I can find will align the widget to the absolute right of the screen, next to the scroll bar.

    Sorry to be a pain but I have spent a day looking and reading and I must be doing something wrong. I have attached screenshots, one for what I now have (after removing all CSS attempts), and one as I would ideally like it to look on large screens. Is it possible?

    Regards
    Lyndon Darkes

    #1230576

    Screenshots

    This is what i have at the moment
    http://lyndondarkesdesign.co.uk/vss/screenshots/vss-screen-shot-actual.jpg

    This is what i would love to achieve
    http://lyndondarkesdesign.co.uk/vss/screenshots/vss-screen-shot-required.jpg

    Is it possible to have the the social icons in the main section too?

    #1230736

    Hi lyndondarkes,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1230767

    Hi Victoria

    Lyndon

    #1231268

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #text-4 {
        position: absolute;
        right: 25px;
        top: -35px;
    }

    Best regards,
    Rikard

    #1231276

    Hi

    Thanks, ive added that code and it pushes the text widget right across to the right of the page. is there any way to have it inside the container, where the social icons are currently?

    This is what i would love to achieve
    http://lyndondarkesdesign.co.uk/vss/screenshots/vss-screen-shot-required.jpg

    Regards
    Lyndon

    #1231524

    Hi,

    It’s not possible to get it into that container no, that is why you have to place it in an absolute position. You can try this instead:

    #text-4 {
        position: absolute;
        transform: translate(-70%, -50%);
        right: 0;
        top: 80px;
    }

    If you need different values for different screens then try adding media queries with same code and different values.

    Best regards,
    Rikard

    #1231842

    I have the same issue, want to place text right.
    Can you provide the solution?

    #1232180

    Hi xeovision,

    Please open a new thread and point out what you would like to change on your site.

    Best regards,
    Rikard

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