Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #607997

    Ahoy,

    I’m looking to reduce the space between the text and picture on this page. Ive already activated custom css class

    please advise

    #608096

    Hi mcraig77!

    Please use the below css to make changes to that page only…

    .page-id-151  div .av_two_fifth {
        margin-left: 0%;
    }
    

    If you like to do the same on all pages use the code below

      div .av_two_fifth {
        margin-left: 0%;
    }
    

    Best regards,
    Vinay

    #608104

    Ahoy –

    I tried adding both of those and nothing happened .

    Please advise

    • This reply was modified 8 years, 7 months ago by mcraig77. Reason: http://gator4216.hostgator.com/~gjones1351/wp-admin support X#n!r5pcEYL%3AM%jzzC21Nl
    #608869

    Hey!

    try to add an !important, like this for example:

    .page-id-151  div .av_two_fifth {
        margin-left: 0% !important;
    }
    

    and don’t forget to clear browser cache + hard refresh a few times.

    Best regards,
    Andy

    #609079

    Ahoy –

    The important worked but the gap only really is noticeable when i minimize the browser. Any way to reduce the right padding on the section as well? so things are a tad closer and the the content has even padding on the sides?

    This is what I’m trying to achieve screenshot 2

    #610483

    Hi!

    Edit the page then modify the first column. Set the Space between columns to the No space between columns. Go to the Layout panel to adjust the padding between the columns.

    Cheers!
    Ismael

    #610508

    Thanks!

    #610514

    Hey!

    Glad we could help! We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/
    Cheers!
    Vinay

    #610532

    Hi!

    Happy it got it solved.
    Please do let us know if we can do anything else for you, will be happy to assist further if needed.

    Best regards,
    Basilis

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Reduce space between text and picture’ is closed to new replies.