Digital experiences for all disciplines
Forum Replies Created
-
-
woops
@media only screen and (min-width:960px){
/* styles for browsers larger than 960px; */
.Tile Menu .spb_column { width:16%;
}}@media only screen and (min-width:700px){
/* styles for browsers larger than 700px; */
.Tile Menu .spb_column {width:33%;
}}ROW SECTION is called “Tile Menu” can I target the spb_column width=”1/4″ using cs3 and change that 1/4 to 1/3 depending on browser window?
for instance
@media only screen and (min-width:960px){
/* styles for browsers larger than 960px; */
.Tile Menu .spb_column { width=”1/6″
}}@media only screen and (min-width:700px){
/* styles for browsers larger than 700px; */
.Tile Menu .spb_column {width=”1/3″
}}Hi Kyle,
They are all full width columns. I’m trying to get them to take up as much of the screen as possible.
I’ve started playing with @media to see if I can get specific width % based on browser size. The goal is to have 5 tiles for devices with 900px of width or more.
3 tiles for 700-900 and 2 for 450-700 and 1 for everything smaller.If I set the width of every column to 1/6th I can trick the theme to displaying my intended design, but the Swift theme builder slows down big time, and moving tiles around is next to impossible.
Most edits are now being down by copying the code, and editing in dreamweaver, then pasting the code back in.
I think i’ve pushed the theme as far as it can go with custom css.
So instead of each column display as a column, just display as a container.
This reply has been marked as private.Still no luck. Can’t even see the previous or next buttons.
-M
Removed the Plugin Thank You.
Is this theme compatible with .OTF Fonts? I tried uploading my font and I can’t find it as an option.
Any suggestions?
-M
Display time isn’t what I need, it’s the actual time the slide transitions.
-MThis reply has been marked as private.So the content is there, I just can’t edit it. It happened after I created a new user.
Here is a screen shot of the home page
Attachments:
You must be logged in to view attached files.October 27, 2015 at 6:04 pm in reply to: Margin behaving oddly on Homepage but not interior pages. #223641I switched it back to 36px and it looks right. Curious how long it lasts.
-M
October 27, 2015 at 6:03 pm in reply to: Margin behaving oddly on Homepage but not interior pages. #223639Hi Rui,
So it worked for a bit, and the moment I made a new CSS rule this one no longer applied.
.home #menu_push_custom img {
margin-left: 0px!important;
}ANy ideas?
-M
Attachments:
You must be logged in to view attached files.No. I’m looking to slow down the transition of the slide. It’s really fast, and gives a rushed feel. Just want to relax the speed a bit.
-M
didn’t work. Changed it to 2000 still no chnage
-