-
AuthorPosts
-
January 5, 2017 at 5:40 pm #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
January 5, 2017 at 5:50 pm #729981Hey!
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 hereCheers!
YigitJanuary 5, 2017 at 6:33 pm #730001Hi 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
HelenJanuary 6, 2017 at 12:40 pm #730293Hi,
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,
YigitJanuary 6, 2017 at 12:57 pm #730300Hi 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
HelenJanuary 6, 2017 at 2:49 pm #730369Hi,
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,
VinayJanuary 6, 2017 at 6:30 pm #730456Thank 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 LibrebaskervilleLogins sent earlier.
Many thanks
HelenJanuary 9, 2017 at 11:02 am #731047Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.