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

    Hello

    I’m trying to put two elements side by side in a column- however the element stretches to fill the entire column. I’m trying to put an image on the left in the column and a social media widget to the right as they are not that big and would fit the column. How would I go about doing that? I am trying to put the items side by side in 2/3 column.

    Example

    —–<image> <social media widget>—-

    Instead I get this
    ——————-<image>—————————–
    ———–<social media widget>——————

    Is there a way to do this?

    Thanks
    -Ben

    #204403

    Hi bentkd!

    You can use a 1/4 column side by side. Place the image on the first column then the social widgets on the second 1/4 column. You can also use two 1/2 columns side by side.

    Cheers!
    Ismael

    #204406

    Hey Ismael

    I have tried that- but the theme does not allow me to put a column in a column. I’m using the envato theme. I have a 2/3 column with content in it. I would like to put two additional columns in that column side by side with content in it, or have the two elements side by side.

    #204409

    Hi!

    You can’t insert a column inside a column. It is possible if you use the Default Editor and the shortcode wand. You can insert column shortcodes inside a columns shortcode. Something like this:

    [av_two_third first]
    
    [av_one_half first]Add Content here[/av_one_half]
    
    [av_one_half]Add Content here[/av_one_half]
    
    [/av_two_third]
    
    [av_one_third]
    
    [av_one_half first]Add Content here[/av_one_half]
    
    [av_one_half]Add Content here[/av_one_half]
    
    [/av_one_third]

    Regards,
    Ismael

    #204415

    Thanks Ismael

    One issue however- When I click default editor- no code is appearing. Is there something I need to activate to show what I have done in the Advanced Layout Editor

    #204416

    Hi!

    You can enable debug mode to see the shortcodes of your layout elements that you have build in Advanced Layout Editor. Please see documentation here http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Regards,
    Yigit

    #204417

    Much obliged- that’s what I’m use to seeing :)

    Thanks a lot for your help
    -Ben

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to put two elements side by side in a column’ is closed to new replies.