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

    Hi,
    i need to move title & description of ONE single element to the left.
    The elemet i need to adress is “av-masonry-1-item-33326”

    This CSS does not work. The rules are correct but the selectors arent.

    #av-masonry-1-item-33326 .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos, #av-masonry-1-item-33326 .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
    	display: block;
    	vertical-align: middle;
    	text-align: left;
    	width: 48% !important;
    }

    What is the right code?

    regards
    E.A.

    #1365472

    Hi evas49,

    Can you give us the link where you want this code to apply?

    Best regards,
    Nikko

    #1366196

    Hi @Yigit, can you please take over?
    The request is clear.
    Eva

    #1366895

    Hi Eva,

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

    
    #top .av-fixed-size #av-masonry-1-item-33326.av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos {
      text-align: left;
    }
    

    Best regards,
    Yigit

    #1367548

    Nope , does not work live and Firefox Inspector shows everything – selectors and rule – in grey (as deprecated or invalid or whatever it means).

    The page has an ID called “workshop” – so i also tried this – but it also did not work:

    #workshop .av-fixed-size #av-masonry-1-item-33326.av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos {
      text-align: left !important;}

    eva

    #1367558

    Hi,

    You already have item ID in the code so adding Workshop ID is not necessary.

    I tried the code on my local installation and it works. Please post a link of your page so we can look into it.

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Description & title in masonry element move to the left’ is closed to new replies.