Tagged: Line Break, portfolio widget
-
AuthorPosts
-
April 22, 2015 at 4:03 pm #432894
hi guys
a couple of questions:on the page below, under the ITINERARY tab, there is an extra line break after the first item in the table. I can’t find where it’s coming from – there is no <br> tag in the text or anything. It’s built using text blocks but there is also nothing wrong there. I see a: “” when I look at the dev tools. Do you have any idea what that is?
On the same page sidebar, I have the excerpt showing under the title of the items in the portfolio widget – how can I move the excerpt up a bit so there is less of a space between the title and excerpt?
thanks for the help
Nancy
- This topic was modified 9 years, 6 months ago by Munford.
April 22, 2015 at 4:24 pm #432915Hey Nancy!
“Authentication required” Can you please post password as well?
Best regards,
YigitApril 23, 2015 at 9:59 am #433324This reply has been marked as private.April 24, 2015 at 4:34 pm #434206Hey!
I could not see portfolio widget on your page. Have you removed it? And please create a temporary admin login and post it here privately. Have you made any changes on theme files?
Cheers!
YigitApril 24, 2015 at 4:41 pm #434221This reply has been marked as private.April 26, 2015 at 2:47 pm #434873Hey!
can you please show us screenshots of what you want to achieve? you can use imgur.com or public dropbox. I don’t really know which extra space/line break you are talking about. Do you want your content to be closer to the table title “ITINERARY”? if yes use this code:
.active_tab_content .tab_inner_content { top: -15px; }
For your widget area use this so that the excerpts get closer to the title “RELATED TRIPS”:
#top .widget ul { margin-top: -8px; }
Regards,
AndyApril 28, 2015 at 5:27 pm #436217Hi Andy
1. on this page: http://andes-world-travel.flywheelsites.com/trips/ecu-48/ and see here: http://imgur.com/IqMS2Bv
if you go to itinerary, you will see under the entry for DAY 1, there is an extra space there between DAY 1 and DAY 2 compared to the other items. I have checked and rechecked the text block, table, etc. but can’t find the cause. It’s minor…but frustrating.2. I would like to increase the size of the thumbnails in the portfolio widgets. Do I have to resize them in the media library or is it done through css?
3. The code for the widget did not work for me – but that is what I’m trying to do (move the excerpt closer to the title)
thanks for your help
n- This reply was modified 9 years, 6 months ago by Munford.
May 1, 2015 at 2:50 pm #438082Hey!
1.) I copied your whole tab’s content (using your shortcodes) into my own installation but could not reproduce the issue. That’s why I think it’s caused by a plugin or maybe you are using some custom CSS (e.g. in Quick CSS) which is causing this issue. Try to deactivate all plugins and check if things get better. Try to remove your custom CSS in Quick CSS or Custom.css and check if things are changing. If this helps you can put your custom CSS again one by one into Quick CSS/Custom.CSS and check which code is causing this issue.
2.) You could use a plugin like this: https://wordpress.org/plugins/simple-image-sizes/
3.) Add an !important as well:
#top .widget ul { margin-top: -8px !important; }
Best regards,
AndyMay 8, 2015 at 6:03 pm #441695thanks
-
AuthorPosts
- The topic ‘extra space / line break, portfolio widget styling’ is closed to new replies.