Home Forums Basel support forum Mask on Image

Mask on Image

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #115467

    Giulio
    Participant

    Hi Elise, is it possible to set the Mask on Image layout on the blog with only one column and not two? The standard is two. Then I would like to ask if it is possible also to remove the date from the Image. I mean all the white square where is wrote the date. Thanks!

    #115541

    Hello,

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global:

    body .blog-post-loop .post-date {
    display:none;
    }

    Add this code to the Theme Settings > Custom CSS > Desktop/Tablet:

    body .basel-blog-holder .blog-design-mask.col-sm-6{
    	width:100%;
    }

    Best Regards

    #115580

    Giulio
    Participant

    It works great. But reducing the width by the browser some issue come out. Also from the smartphone. Is it possible to fix it?

    Then I would like to ask you if you know if it is possible to fix in this position the column on the right while the left column run.

    #115800

    Hello,

    Insert the second code to Desktop only. All the problems would disappear.

    Best Regards

    #115822

    Giulio
    Participant

    Take a look to this browser size please.

    #115931

    Hello,

    You have inserted two blog elements into two columns. Insert one blog element into one column.

    Best Regards

    #115944

    Giulio
    Participant

    Yeah, I know. I would like to show different columns for different categories. Can’t I do it?

    #115996

    Hello,

    If you want
    Hi Elise, is it possible to set the Mask on Image layout on the blog with only one column and not two? and at the same time to create two columns in this case tt is not possible.

    Best Regards

    #115997

    Giulio
    Participant

    Mh, ok. Thanks!

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Mask on Image’ is closed to new replies.