Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #729973

    Hi Kriesi

    I can’t close the gap between the page title and the visual editor text box and page contents.

    I have used a CSS editor and DOM information but nothing closes this gap.

    Please advise the CSS to adjust to make the gap smaller.

    Manyt thanks

    #729981

    Hey!

    Can you please post the link to your website and a screenshot showing the changes you would like to make?
    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Cheers!
    Yigit

    #730001

    Hi Yigit

    Thank you for your quick response.

    I have put an screenshot image on a page of the site – see login and page link below.

    Many thanks
    Helen

    #730293

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .title_container .container {
        padding-bottom: 0!important;
    }
    .title_container .main-title {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    

    Best regards,
    Yigit

    #730300

    Hi Yigit

    I have put in the above styling the gap has not closed up. I think there is padding / margins on the top of the visual editor row / text block or similar which I can’t remove. You can see the result on the above link.

    I am using a CSS inspector on Firefox (as I always do) but it is very tricky on this theme to identify the CSS required to isolate this information.

    Please advise.
    Many thanks
    Helen

    #730369

    Hi,

    Please enable custom css class name by placing a code snippet to your functions.php file as mentioned in this link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Add custom class name to the textbox to avoid changing all the padding and margins sitewide.

    In the below code change “avia_textblock” and “av_textblock_section” to the custom css class name.

    .template-page.content  {
    padding-top: 0 !important;
    }
    .main-title.entry-title {
    	margin-bottom: 0 !important;
    }
    .avia_textblock p, .av_textblock_section {
    	margin-top: 0 !important;
    }

    This should fix the gap :)

    Best regards,
    Vinay

    #730456

    Thank you this has worked very well indeed.

    Here is my latest issue.

    I am trying to customise the widget title to be an a sans serif font (lato). When I change it via the advanced styling for the h3 heading it works but then the posts on the page below grid format heading changes and they should be in the original serif font (Librebaskerville). Strangely though the blog page posts headings remain in the serif font.

    Please advise how I can sort this issue out.
    Summary:
    Widget title to be in Lato
    Grid posts heading to be in Librebaskerville

    Logins sent earlier.

    Many thanks
    Helen

    #731047

    Hi,

    seems to me that this has nothing to do with thread’s title, so please open a new ticket for it, otherwise our forum gets confusing.

    Share a precise link with us here we can see the elements in question.

    Best regards,
    Andy

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