Tagged: ,

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

    Hi,

    I’m having this issue with the theme. In my homepage there are two ‘color section’ which contains (both) images. When I try to ridimensionate the browser’s windows some of the image appears in a random position, while others are just in the place they are supposed to be. I have applied to all the images some custom css. Maybe I messed up something with it. Sometimes, the flag “Francese” becomes smaller than the others… Another strange issue I can’t figure out how to solve is when I visit my website from mobile, a blue banner appears under the slideshow that become smaller.

    Thank you for your attention.

    Regards,

    Federico

    #722303

    Hey FedeMITIC,

    Thank you for using Enfold.

    The class attribute “column-top-margin” is not applied correctly. The 7th and 10th column was not supposed to have that class attribute. Please try this in the Quick CSS field.

    @media only screen and (max-width: 1200px) {
       body #fm-banner-lingue .av_one_fifth.column-top-margin {
           margin-top: 0;
       }
    }
    

    Best regards,
    Ismael

    #722828

    Hello,

    Thank you for your quick reply.

    I resolved the two issues without any problem. Sometimes some of the flags have wrong dimensions (spanish for example is now a little smaller then the others) on my screen, which is a 1920×1080, but I think it might be a bug or similar.

    Just another quick question:
    Is there a way to remove the border from the arrows in the slider? I tried various css but none of them worked.
    I tried to edit
    #top .avia-slideshow-arrows a adding border:none !important; but that didn’t seem to work.

    #723015

    Hi,

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

    .prev-slide:before, .next-slide:before {
      border:none !important;
    }

    Best regards,
    Rikard

    #724194

    Thank you so much,

    That did the trick perfectly.

    Regards,

    Federico

    #724745

    Hi Federico,

    Great, glad we could help. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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