Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #567242

    Dear support,

    my site have a header background. But this is in different views/withs not responsive….
    I can’t send a screenshot to you with this formular…..Please help me.
    In the short code is the follow code, but this help not for all views and browser withs…. :((

    The header is too shallow and is cut up

    .header_bg { background-size: cover !important; }

    #567553

    Hi holzpaul!

    Add this to your custom CSS.

    html.html_boxed { background-size: 100% 100% !important; }
    

    Cheers!
    Elliott

    #568603

    Thanks Elliott :)

    i set the code in the short code area…but show to my links…

    #568605

    Ahhhh… this error is under pixel 768×1024 and 360×640! Show under Firefox-> extras-> web-developer->monitor view test

    #568621

    Hey!

    Glad you got it short out!
    Please do let us know if you need anything else, we will be more than happy to help you out

    Regards,
    Basilis

    #568885

    Basilis? Andy? Look my screenshot upload link and help me!!

    #568959

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 769px) {
    .header_color .header_bg { background-size: contain !important; }}

    Regards,
    Yigit

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