Split Screen on Independent Homepage with Buttons
shearerviljoen
Registered Users Posts: 37 Big grins
I want to create a split screen on the Independent Homepage with centred buttons on the either side of the split. Is this something that is possible and dedicating each side to a specific color?
Cant seem to see the option to upload an image, so will just drag what Im hoping for here.
Cant seem to see the option to upload an image, so will just drag what Im hoping for here.
Tagged:
0
Comments
Try two single photo widgets side by side.
My Website index | My Blog
I don't think he wants two pictures, just two background colors.
@shearerviljoen - Just add a HTML/CSS Block to your home page:
HTML:
CSS:
That should get you close.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
You're new, so you have limited access to the forums features, like posting pictures.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
I have a few more questions to ask if I may?
Again I'll just drag the image here of what I mean.
Fire away.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Remove the hover here:
Use this:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Now I need to ask:
1. How do I link the buttons to their respective Folders? (Although I can do some research on this if it's too much trouble to ask.)
2. And also another thing with the split screen. Is there a way to have it run across the entire screen (horizontally) and responsively? That the edges don't "end" if I can put it that way.
You need to copy the url of each folder in the a tag here in your HTML section:
<a href="">
. As an example<a href="your-folder-here">
.In the HTML/CSS block you should see an triangle-looking icon "Dimensions" here:
Set each margin from
12px
to0
.Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
You can add this to your CSS for mobile devices. Screen sizes
736px
and smaller switch the boxes from horizontal to vertical:Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
I've gone a played with the first CSS code you sent and changed the height to 80vh; and that works on the desktop, but I don't know if it'll vary on different desktops depending on the size of their browser.
I'll need to see your site now.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Little sidetone, the Logo is the only thing that takes you to the homepage. But still need to change the logo too as it's for the Retouching only, and I've now merged my 2 businesses. (Retouching and Photography)
Change the
height: 50vh;
toheight: 50%
for mobile.Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Really appreciate your help. Now trying to follow on your tutorial "Off-Canvas Navigation Menu For SmugMug" but for mobile only B) Let's see how far I get with it.