Digital experiences for all disciplines
Forum Replies Created
-
-
Fantastic. The images now remain the proper size. They still stack on top of one another, but i’m sure I can figure out a way with CSS to address that. Possibly float left.
here’s the screenshot. I’ve tried uploading this a couple times, keeps not working.
So i’ve added the size1 class to the elements in a row that is mobile visible only
Attachments:
You must be logged in to view attached files.I’ve added it that much i’m sure of:
http://test.overdrivedesign.com/structure/?portfolio=35-golden-ave
Attachments:
You must be logged in to view attached files.Hi David.
The size1 is applied to a row that is mobile visible only. you have to shrink your browser width down below tablet view.
Why does:
.spb-asset-content.size1{
max-width:30%!important;
}Not target that selection?
As you can see the mobile view stacks them, despite me restricting the max size. The tablet and PC views look great.
Attachments:
You must be logged in to view attached files.Its working. You have to click on visual, then swift page builder.
-M
Also does not work in Firefox.
Here’s a screen shot
Attachments:
You must be logged in to view attached files.Figured it out.
So the containing row is relative, and the btn is absolute.#case_study_view_project {
height: 72px;
width: 172px;
border: thin solid #aeaeae;font-family: pt-serif;
font-size: 24px;
line-height:72px;
font-style: italic;
font-weight: 400;
color: #AEAEAE;
text-decoration: none;
border-color: #AEAEAE;
background-color: #FFFFFF;
display: table-cell;
cursor: pointer;
text-align: center;
float:right;
clear:both;}
.relative{
position:relative;
}.absolute{
position:absolute;
right:60px;
bottom:60px;
}Attachments:
You must be logged in to view attached files.Still have the same problem.
I could do it with the custom HTML, but It needs to be editable for the client. Custom HTML is a little too advanced for them.
-M
Attachments:
You must be logged in to view attached files.Blank spacer wont work, because as the page shrinks in size it throws off the design.
Attachments:
You must be logged in to view attached files.Here’s a screen grab.
Attachments:
You must be logged in to view attached files.IS there anyway to position that box where I want using the current theme?
I’ve tried dropping it in the row which contains both columns, and giving it a -margin value to pull it up, but its hidden behind the column. Even when i get rid of the columns bg color.
-M
Attachments:
You must be logged in to view attached files.Your method works, but I need it flush. Is it possible to create a link which calls on the previous portfolio item?
-M
YEah Looks pretty bad if responsive is turned off. Is it possible to target just that section?
-M
-
Posted in: Reply To: Images stretching