Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #729473

    header image won’t align to right to line up with right edge of top menu, second menu, and trending news ticker. can anyone advise if there is anything i can do in enfold to help it align right? Thanks, Jeannie

    #729741

    Hey honestgraphics,

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

    div .logo {
        left: auto;
        right: 0;
    }

    Best regards,
    Rikard

    #729748

    Rikard – I tried that but it put the logo on the right side of the header….. the logo was fine where it was and we wanted it to stay there….. the image we are trying to get to stay left aligned is the header widget…… that currently has lifestyle furniture image in it… Thanks, Jeannie

    #729751

    The name of the widget with the header ad (lifestyle furniture image) is “header”…

    #729897

    Hi,

    I’m sorry but I can’t find anything like that on your test page or on the live site, could you post a screenshot of what you are looking to change please?

    Best regards,
    Rikard

    #730063

    null

    the above image is what i was asking help to do in this support thread.

    the code you told me to put into the general styling section of enfold in my back end editor … did not change the alignment of the header widget. it caused my logo to right align however, which we did not want to happen. we wanted our logo to stay in its current position as seen in the picture above…

    does this help?

    I will try to put up a screen shot of what the code caused the header area to do… (wrongly move the logo, and not move the header widget) asap

    #730064

    also – in the image i included above…. i drew blue lines to the left of the logo and the right of the header widget… so you could see how we want them both to align. i also highlighted the header widget… so you could see how poorly it is aligned now.

    #730208

    Hi,

    Thanks for that, I didn’t realise that you had an ad in the widget so I didn’t see it since my ad-blocker was hiding it. Please try this in Quick CSS:

    #text-53 {
        padding-right: 0 !important;
    }

    Best regards,
    Rikard

    #730566

    Rikard – Hi. That seemed to work on my monitor but then I tested it on different screen sizes. I have a larger monitor…. 27 inch..

    http://quirktools.com/screenfly/#u=http%3A//test.wizs.com&w=1680&h=1050&a=1&s=1

    The link above shows the site on a 22 inch desktop monitor. Use the menu at the top to choose lower and higher desktop menus and you will see what I am talking about.

    Anything below a 22 inch monitor is still not displaying the widget in the right location…

    If you look at the widget when you have chosen a desktop monitor over 22 inches… like say 23 inches…. then you will see the ad is in the right location …

    How can we fix this?

    Thanks,
    Jeannie

    #731060

    Hi,

    in this case you need to work with media queries, which you wrap around the code you want to use. Something like this for example:

    @media only screen and (min-width: 1600px) {
    #text-53 {
    right: -20px;
    }}

    For more information about media queries refer to:

    Best regards,
    Andy

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