Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #883024

    Dear support.
    I have 2 questions about Blog posts element:
    https://netpics.org/image/GLoNG

    Thank you in advance.

    #883742

    Hey AliAbabwa,

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

    .avia-content-grid-active .av_one_fourth {
        margin-left: 2% !important;
        width: 23.5% !important;
    }
    .avia-content-grid-active .av_one_fourth .image-overlay-inside:before {
        background-color: red !important;
    }

    Best regards,
    Rikard

    #883858

    Dear, Rikard.
    Thank you for answer.
    Look at video question in Private Content, please.

    #884101

    Hi,

    Thanks for the video, please try this below the first CSS I sent:

    .avia-content-grid-active .av_one_fourth.first {
        margin-left:0 !important;
    }

    Best regards,
    Rikard

    #884613

    It works, thank you, Rikard.
    But I still have a question, look at video question in Private Content, please.

    #884921

    Hi,

    Thanks again for the video, though I’m not seeing the part you don’t need on your live site. Did you manage to remove it or did you remove the code which was causing it?

    Best regards,
    Rikard

    #884963

    Maybe you should clear the casche? I don’t understand you. My video question is about left and right #f8f8f8 spaces of images.

    #885398

    Hi,

    I’m using an incognito window so if there is caching then it’s coming from your server. I still can’t see the area you are pointing out in the video on the live site unfortunately.

    Best regards,
    Rikard

    #885512

    Hi, Rikard.
    Maybe you misunderstood me.
    “I still can’t see the area you are pointing out in the video on the live site unfortunately.”
    It is in all browsers, in IE, Google Chrome, Mozilla Firefox, Opera.
    It is #f8f8f8 area from left and from right of images.
    (In width more then 1680 px, for example in 1920px)

    http://quirktools.com/screenfly/#u=https%3A//bitnewshub.com/&w=1920&h=1080&a=1

    • This reply was modified 7 years ago by AliAbabwa.
    #885922

    Hi,

    Thanks for the link, I can see what you mean on that link but still not on the live site for some reason. Please try this CSS to remove it:

    .main_color .avia-content-slider .slide-image {
      background-color:transparent !important;
    }

    Best regards,
    Rikard

    #886068

    Thank you, Rikard.
    But this is not exactly what I need.
    I need the images to be the 100% width of block, like the text below:

    https://netpics.org/image/GcSQX

    #886515

    Hi AliAbabwa,

    I see the images to be 100% of the block. Did you manage to get it working?

    Best regards,
    Victoria

    #886523

    Dear Victoria.
    Please look once more (red arrows):
    https://netpics.org/image/GcSQX
    It’s not 100% of the block in 1920x and 2560x resolution.

    #886638

    Hi AliAbabwa,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 1700px)  {
    	.avia-content-slider .slide-image img {
    		min-height: 250px;
        	width: auto;
    	}
    }
    @media only screen and (min-width: 2300px)  {
    	.avia-content-slider .slide-image img {
    		min-height: 280px;
        	width: auto;
    	}
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #887420

    Thank you, Victoria.
    But the images with this css code are bad quality – interpolated((
    1. Original:
    https://netpics.org/image/GxiwH
    2. with this css code:
    https://netpics.org/image/GxHUf

    In this case, I need the images to be without interpolation.

    #887478

    Hi AliAbabwa,

    You can play with the height and try to work out a value that works for you.

    Best regards,
    Victoria

    #887504

    Dear Victoria.
    I can play with the height)) but in this case it does not help me at all, because in this case we have images with interolation from original small images of Blog posts element ((

    #887842

    Hi AliAbabwa,

    This cannot be really done to be absolutely responsive and have the image take up the 100% of the container. You can either choose some way that is close to what you want or leave it as it is.

    Best regards,
    Victoria

    #887995

    Thanks, Victoria. That’s exactly what I wanted to find out)

    #888220

    Hi,

    Great, thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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