Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #770217

    Hello, I’d like to modify the placement of the button so it is bottom (20 px from the bottom) and center. How can I do so? Thanks

    #770231

    Hey zetharia,

    To change the button position, just apply top, bottom, left and right values using this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    .slideshow_align_caption .avia-button {
      top: 40px;
    }
    

    Just change or add the top,bottom, left or right property.

    Best regards,
    John Torvik

    #770254

    Hi John, I added this code, but still in the center center spot. Not sure what to do…

    .slideshow_align_caption .avia-button {
    vertical-align: bottom;
    padding-bottom: 20px;
    }

    Page: http://designconf.vma.bz/home-april-1/
    Would like the register button to be where the image of it is at for web and mobile.

    #771862

    Hi,

    I search on your website you’ve provided but can’t find the register button you might talk about. Where is it? a screenshot would help a lot (imgur.com, dropbox).

    Best regards,
    Andy

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