Customizing page - moving text to the right of the image
dipanjan94
Registered Users Posts: 83 Big grins
I am currently setting up my workshop page which kinda looks like this - https://www.dipanjanpal.com/Workshop
However, I want the title and the description of the workshop (including the "learn more" button) to be on the right side of the image and not bottom.
I played around with the HTML code but couldn't do this - how can I achieve what I want?
Also, for reference, I want the final look to be something like this
!
Tagged:
0
Comments
Inside the widget put each section in separate DIV. Float one left and other float right.
My Website index | My Blog
Use this instead:
HTML
CSS
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thank you Mike! It works well for my desktop, but there is some weird alignment happening for mobile version. Could you please help me out with that?
Sorry, I forgot to add a
width:auto;
and amargin: 0 auto 20px
in the@media ( max-width: 736px)
:Use this instead.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Thank you again. It worked fine for mobile, just a tiny little thing -
In mobile, it shows a little scroll bar on the right, I don't know why. Attaching an image of the same. Any way to get rid of that?
You have this in your code:
No idea why you put it there or what it's for, but it is something you added. You do seem to have a lot of code that you added that doesn't seem to do anything.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk