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

    Hi

    Three hopefully simple amends I’d appreciate some help with:

    1. A continuation of #203111, my client asked me to reduce the size of the three boxes and amend the text which has thrown out the alignment again. Please can you align it again ideally making the top of the text align with the top of the box.

    2. Is it possible to reduce the two grey boxes next to the two news stories in the footer so that they are 30% of their current size? http://www.cambridgeespana.com/

    3. On http://www.cambridgeespana.com/author/news-room/ please can you remove the ‘About’ before ‘News Room’ plus also remove the grey circle at the top of the page.

    Once again many thanks for your help.

    #205898

    Hey creativeyes!

    Please add following code to Quick CSS as well
    1-

    .post-entry-1195 .avia-builder-el-8 .avia_textblock b { margin-top: 6px; }

    2-

    .image_size_widget .news-thumb {
    height: 12px;
    width: 12px;
    } 
    .news-thumb { 
    min-width: 12px;
    min-height: 12px;
    }

    3-

    span.author-box-name { 
    margin-left: -65px;
    background-color: white; }
    .author-news-room .rounded-container { display: none; }

    Best regards,
    Yigit

    #205908

    Many thanks Yigit, that’s resolved 2 out of the three issues.

    The first one still needs resolving, the three groups of text on http://www.cambridgeespana.com/about/ I’m trying to get the text to align something like this
    https://www.dropbox.com/s/tav0xg5cb5qssa6/Columns.jpg

    Many thanks

    #205915

    Hey!

    Please try adding !important to the code to force it as following

    .post-entry-1195 .avia-builder-el-8 .avia_textblock b { 
    float: left!important;
    margin-top: 6px!important;
    }

    It seems like it is not being applied. You can try adding the code to Custom.css file inside Enfold/css folder and flush browser cache and settings of caching plugin if you are using any and refresh your page a few times

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text Alignment, Small Squares in the footer & a Bio page’ is closed to new replies.