Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #492964

    i added a widget to the header area using a function provided by one of your threads. works great.

    i got it where i want it using this css

    #header .widget {
    left: 80%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    font-size: 11px;
    }

    but now it is not responsive. http://www.bigideasweb.com
    also, i working on a partner/logo slider and added quite a few pictures. i had to delete the pics and readded. now it does not function/slide. at the same time the when i am using the advanced layout the text for visual is all white and i cannot see it. i can see it if i click on text tab, but not visual. it is as if the text is white font color. any help would be greatly appreciated. i will go ahead and add another partner/logo element and see if that works.

    #492978

    added another partner/logo element. works fine now and so does visual editor.
    still need help with responsive custom widget header css please.

    #493144

    by the way, the visual text editor is displaying white text again, however, i started a new topic for this.

    #493363

    Hi,

    You have a lot of text there so it might be a bit difficult to accommodate everything on small screens, but try the following:

    @media only screen and (max-width: 900px) {
    #header .widget {
        left: 45% !important;
        transform: translate(0%) !important;
    }
    }

    Use the following to control the font size:

    #header .textwidget {
    font-size:10px !important;
    }
    

    Best regards,
    Rikard

    #493565

    thanks… kinda works. i will play with it. any way to make it work like a block and it pushes below logo like i have it on http://www.aromacoffeeservice.net

    #493604

    Hey!

    Link in your last post shows only whitescreen on my end. Can you please check the link once again?

    Cheers!
    Yigit

    #493625
    #493940

    Hey,

    Since the widget is displayed absolute it will take some fiddling, you will most likely have to make the header higher as well if you want a result like that.

    Regards,
    Rikard

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