Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #373797

    Hello, this site looks lovely. and so easy to use. i didnt eaven need to do any tutorials and i’m already on my way. my questions for today are:

    how do i remove the ‘Enfold WordPress Theme by Kriesi’ at the bottom of the page? and how do i increase text size?

    #373803

    Hi;
    try this link and other documentations to go further :
    http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/

    #373805

    Thanks, that worked. as for the text size, i want to set a text box in a page and have one word there but i want it to be huge, how do i do that? how do i set a font size to one word?

    #373806

    the code of the text block in your home page is :
    .page-id-15 .avia_textblock{font-size: ??px !important; line-height: ??em !important;}

    “page-id-15” is your page, adding this id before text block serves to hit the text block only in this page.

    But in order to not to effect other block texts in this page you would need to use “color section” with its own ‘id’ too.

    #373812

    never mind i found the easier way, the special heading element.

    how do i set the padding between columns?

    #373816

    in your home page you have two layout elements :
    1 – av_one_fourth first

    div .av_one_fourth { margin-left: 6%;  width: 20.5%;}
    body div .first, body div .no_margin {  margin-left: 0;}

    2 – and av_three_fourth
    (div .av_three_fourth { margin-left: 6%; width: 73.5%;}

    there is no padding in theses blocks,
    if you want to reduce the “space” between two blocks you should change the ‘margin’ in number 2 (but becareful it would effect other things in your page and whole site layout.

    #374359

    Hi!

    thanks @begrafiks for helping out.


    @jihadmunther

    Let us know if you need some more help.

    Best regards,
    Andy

    #374797

    Hello,

    i didnt really understand how to fix the padding, i dont see any of thos options anywhere on the page builder. how do you set the padding between two columns set on top of each other? and how do you set padding for two or three columns set side to side.

    #374924

    Hi!

    If you can provide us with a link to the actual page and a screenshot of how you want it to look like, it’ll help. You can use the selectors provided by @begrafiks above but it will affect all column layouts throughout the page. You can use Color Sections to separate these columns.

    Cheers!
    Ismael

    #375521

    heres an example on this link: http://www.jihadalrazqi.com/skills/

    if you look at the H2 size titles: ‘software, characteristics, media’ they all have a padding of 10 but as you can see the difference is huge. characteristics sits much nicer, while software and media sit very high as if i have them set to 20. i tried setting them to 0 padding and nothing happened.

    #376013

    heres an example on this link: http://www.jihadalrazqi.com/skills/

    if you look at the H2 size titles: ‘software, characteristics, media’ they all have a padding of 10 but as you can see the difference is huge. characteristics sits much nicer, while software and media sit very high as if i have them set to 20. i tried setting them to 0 padding and nothing happened.

    #377224

    Hey!

    The space difference is caused by these heading elements (by default they have a 50px margin top), try adding this code to the Quick CSS:

    #top .av-special-heading{
    margin-top: 20px;
    }

    Adjust as needed.

    Cheers! 
    Josue

    #377327

    that did the job. thank you.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘my first set of questions.’ is closed to new replies.