Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #193390

    Hi, I need to set content and images after LayerSlider all in same line but after slider, the width is smaller. How to fix this? Thanks

    #193457

    Hey atteam!

    Can you post the link to your website?

    Cheers!
    Yigit

    #193665
    This reply has been marked as private.
    #193677

    Hey!

    Add this code to the Quick CSS:

    #after_layer_slider_1 .container{
        margin: 0;
        width: 100% !important;
    }
    #after_layer_slider_1 .template-page.content.twelve.alpha.units {
        width: 100% !important;
    }
    .avia_image.avia-align-center {
        margin: 0;
        width: 100%;
    }

    Cheers!
    Josue

    #193682

    Hi, just asking is it possible to apply on the big images only?

    #193687

    Hi!

    Try adding this too:

    .av_textblock_section {
        margin: 0 50px;
    }

    Best regards,
    Josue

    #193738

    thanks! works beautifully :)

    #193748

    sorry i have 1 more question.
    in text block Face, if I add this shortcode, the image below that becomes left centered somehow.
    If i delete this shortcode, it’s back to center.

    [av_button label='Learn More' link='page,8' link_target='' color='orange' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue832' font='entypo-fontello']

    thanks in advance.

    #193966

    Hey!

    I tried to check your website but password is required to do so. Can you post the password privately? Please make sure that you have added shortcode as well

    Cheers!
    Yigit

    #194161
    This reply has been marked as private.
    #194277

    Hey!

    I’m sorry but can you please post a screenshot of the issue? I’m not sure where it is. You can use imgur, dropbox etc to post the screenshot here.

    Best regards,
    Ismael

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Content width margin’ is closed to new replies.