Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Boxed Content Width and Height
New Landing › How can we help? › Themeforest Theme Support › Neighborhood › Boxed Content Width and Height
- This topic has 19 replies, 5 voices, and was last updated 9 years by Nishant – SUPPORT.
-
Posted in: Neighborhood
-
June 9, 2015 at 2:45 am #182599
Hello, if you could take a look at the referenced URL I would like to be able to have the boxed content, orange boxes, reduced in height and increased in width to the full width of the white area so basically it would look just like the promo bar. I will be using these particular orange boxes throughout the site and they will all be identical. Is there a way I can “tag” them and use some code to make the changes throughout the site?
Can you help?
Thanks!
June 9, 2015 at 6:31 am #182634Hi,
Please attach marked screenshot to indicate the boxed content height and your issue.
Thanks
MohammadJune 9, 2015 at 6:43 am #182636Per the attached image I would like the height of the box to be reduced to the same height as the Promo Bar a the top of the page.
I also would like the width of the box to be increased to the full width of the white part of the page, again just like the width of the Promo Bar at the top of the page.
I will have “copies” of this exact same box content throughout the entire website so I need to be able to make the modification to every box on every page of this particular box.Attachments:
You must be logged in to view attached files.June 9, 2015 at 6:43 am #182638This reply has been marked as private.June 9, 2015 at 7:39 am #182643Hi,
Please use this custom css code:-.spb_box_text.coloured .box-content-wrap{ padding:4px !important } div.box-content-wrap h1 span{ font-size:x-large !important; }
Thanks
MohammadJune 9, 2015 at 5:48 pm #182945it looks like that reduced the height but did not change the width. I would like the width to be as wide as the white area of the page. The same width as the promo bar.
June 9, 2015 at 6:09 pm #182948Hi,
Try to use a full width text block instead.
-Rui
June 9, 2015 at 6:24 pm #182953Now this is what I get
Attachments:
You must be logged in to view attached files.June 9, 2015 at 6:33 pm #182960Add the code below to reduce the height and remove the icon on the bottom.
.page-id-11397 .full-width-text.spb_content_element.alt-bg.alt-ten.span12.spb_text_column { padding-top: 10px!important; padding-bottom: 10px!important; } .alt-ten.full-width-text:after { display:none; }
-Rui
June 9, 2015 at 6:37 pm #182963Hi Rui, just in case you didn’t see the original request.
I would like the height of the box to be reduced to the same height as the Promo Bar at the top of the page.
I also would like the width of the box to be increased to the full width of the white part of the page, again just like the width of the Promo Bar at the top of the page.*** Important! *** I will have “copies” of this exact same box/banner throughout the entire website so I need to be able to make the modification to every box on every page. And still not effect the other text blocks.
Will this latest custom code accomplish this?
June 9, 2015 at 6:38 pm #182964Hi,
Please use this custom css code to make perfect. Now Full width text will look perfect..full-width-text{ padding-bottom:5px !important; padding-top:5px !important; } .alt-ten.full-width-text:after { display: none; } .full-width-text span{ font-size:20px !important; }
Thanks
MohammadJune 9, 2015 at 7:00 pm #182969So my next question is. How can I reduce the space above the text block on these specific blocks? See image.
Attachments:
You must be logged in to view attached files.June 10, 2015 at 2:08 pm #183257Add
mt0
to the extra class field of your orange text field– Kyle
June 10, 2015 at 5:48 pm #183322would there be a way to accomplish this within the custom code you provided so i don’t have to go into each page and make the changes?
June 10, 2015 at 6:32 pm #183336In that case replace this one
.full-width-text{ padding-bottom:5px !important; padding-top:5px !important; }
by this one
.full-width-text{ padding-bottom:5px !important; padding-top:5px !important; margin-top:0px!important; }
-Rui
-
Posted in: Neighborhood
You must be logged in and have valid license to reply to this topic.