When ever I add line break tags to the text editor of the text block element, they are removed next time I view it. I am simply trying to align the button images I created, but can’t do so.
Editor View: http://i.imgur.com/R6TAu0Y.png
Is there a better way to align the self made buttons so that they always appear aligned?
Page Preview: http://i.imgur.com/0zrL4Dg.png
Example of line breaks being removed.
Before Save: http://i.imgur.com/1qYGHNr.png
After Save: http://i.imgur.com/aruvV6R.png
Hey!
Thank you for using our theme.
The removal of the line breaks is a known and intended issue.
Did you try to add a text block element and then a button element? This should work.
If you enable the custom CSS class (http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/) you can add your own CSS for extra styling.
Come baclk, if you need more assistance with that.
Cheers!
Günter
I added an image element as it was a self designed button. If line breaks aren’t possible, how would I go about aligning the image to the bottom of the 1/3 Content Element?
Hey!
Thank you foir coming back.
Can you send us a link to your page so we can check for the CSS? You can post it here as a private link.
Regards,
Günter
http://insurerbuild.com/rebrand
The links I am trying to align are the ‘visit website’ images below teh catagory ‘Our brands’
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1024px) {
.home #av_section_3 .avia-builder-el-22 {
margin-top: 32px!important;
}
.home #av_section_3 .avia-builder-el-30 {
margin-top: 72px!important;
}}
Cheers!
Yigit
Thank you yigit!